Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request #122 from rockacola/hotfix/invalid-wallet-param
Browse files Browse the repository at this point in the history
Add warning message for invalid wallet parameter
  • Loading branch information
metachris committed Dec 19, 2017
2 parents 4554cbb + ceb9c1f commit 8142be8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prompt.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,8 @@ def show_wallet(self, arguments):
AddAlias(self.Wallet, arguments[1], arguments[2])
else:
print("Please supply an address and title")
else:
print("wallet: '{}' is an invalid parameter".format(item))

def do_send(self, arguments):
construct_and_send(self, self.Wallet, arguments)
Expand Down

0 comments on commit 8142be8

Please sign in to comment.