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 #531 from jseagrave21/patch-7
Browse files Browse the repository at this point in the history
Update Wallet.py CreateAddress
  • Loading branch information
ixje committed Aug 3, 2018
2 parents 433ae58 + ea0e7b0 commit ef4d33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo/Prompt/Commands/Wallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def CreateAddress(prompter, wallet, args):
try:
int_args = int(args)
except Exception as e:
print('Enter the number of addresses to create < 3.')
print('Enter the number of addresses to create <= 3.')
return False

if wallet is None:
Expand Down

0 comments on commit ef4d33f

Please sign in to comment.