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

Commit

Permalink
Merge pull request #192 from Hribek25/master
Browse files Browse the repository at this point in the history
Change `depth` to 3 in examples
  • Loading branch information
todofixthis committed Jul 16, 2018
2 parents fbc1f61 + cdc0551 commit 2baf06b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/routingwrapper_pow.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# Example of sending a transfer using the adapter.
# noinspection SpellCheckingInspection
bundle = api.send_transfer(
depth=100,
depth=3,

transfers=[
ProposedTransaction(
Expand Down
2 changes: 1 addition & 1 deletion examples/sandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# For more information, see :py:meth:`Iota.send_transfer`.
# noinspection SpellCheckingInspection
api.send_transfer(
depth=100,
depth=3,

# One or more :py:class:`ProposedTransaction` objects to add to the
# bundle.
Expand Down
2 changes: 1 addition & 1 deletion examples/send_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

# For more information, see :py:meth:`Iota.send_transfer`.
api.send_transfer(
depth=100,
depth=3,

# One or more :py:class:`ProposedTransaction` objects to add to the
# bundle.
Expand Down

0 comments on commit 2baf06b

Please sign in to comment.