Browse Source

add wallet

serinko 4 years ago
parent
commit
ad4835c525
1 changed files with 1 additions and 1 deletions
  1. 1 1
      whallets_cli.py

+ 1 - 1
whallets_cli.py

@@ -64,7 +64,7 @@ def add_wallet():
     """A function to add wallet to the wallets_dict.json"""
     """A function to add wallet to the wallets_dict.json"""
     new_wallet = get_inputs()
     new_wallet = get_inputs()
 
 
-    print(tabulate(tc._save_wallet_confirm(new_wallet)))
+    print(tabulate(tc._save_wallet_confirm(**new_wallet)))