Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
[doc] Seeds don't have to be byte strings anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
todofixthis committed Oct 3, 2017
1 parent dfa02db commit e517afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ object with the URI of the node, and optional seed:
api = Iota('http://localhost:14265')
# Specify seed.
api = Iota('http://localhost:14265', b'SEED9GOES9HERE')
api = Iota('http://localhost:14265', 'SEED9GOES9HERE')
Test your connection to the server by sending a ``getNodeInfo`` command:

Expand Down

0 comments on commit e517afd

Please sign in to comment.