Skip to content

Commit

Permalink
made py give a hexadecimal seed
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuterin committed Sep 11, 2014
1 parent 1b88f85 commit 6c2ff9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyethsaletool.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def ask_for_seed():
return options.seed
else:
# uses pybitcointools' 3-source random generator
return random_key().decode('hex')
return random_key()


def checkwrite(f, thunk):
Expand Down

0 comments on commit 6c2ff9a

Please sign in to comment.