Skip to content

Commit

Permalink
Merge pull request #38 from mflaxman/patch-1
Browse files Browse the repository at this point in the history
Fix example
  • Loading branch information
sbuss committed Jun 29, 2015
2 parents 1546583 + 51a25e2 commit 8429080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Let's generate a new child wallet for your first website!
child = my_wallet.get_child(0, is_prime=True, as_private=False)
# And lets export this child key
public_key = my_wallet.serialize_b58(private=False)
public_key = child.serialize_b58(private=False)
print(public_key)
You can store your public key in your app's source code, as long as you never
Expand Down

0 comments on commit 8429080

Please sign in to comment.