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

Commit e517afd

Browse files
committed
[doc] Seeds don't have to be byte strings anymore.
1 parent dfa02db commit e517afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ object with the URI of the node, and optional seed:
3939
api = Iota('http://localhost:14265')
4040
4141
# Specify seed.
42-
api = Iota('http://localhost:14265', b'SEED9GOES9HERE')
42+
api = Iota('http://localhost:14265', 'SEED9GOES9HERE')
4343
4444
Test your connection to the server by sending a ``getNodeInfo`` command:
4545

0 commit comments

Comments
 (0)