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

Commit

Permalink
Added missing docstring entry for param.
Browse files Browse the repository at this point in the history
  • Loading branch information
todofixthis committed Jun 8, 2018
1 parent 09df7f3 commit 7733db9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions iota/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,11 @@ def send_transfer(
If not provided, a default value will be used.
:param security_level:
Number of iterations to use when generating new addresses (see get_new_addresses).
This value must be between 1 and 3, inclusive.
If not set, defaults to AddressGenerator.DEFAULT_SECURITY_LEVEL = 2
:return:
Dict containing the following values::
Expand Down

0 comments on commit 7733db9

Please sign in to comment.