Skip to content

Commit

Permalink
Merge pull request iotaledger#168 from ribhu97/master
Browse files Browse the repository at this point in the history
Fixed typo in python api documentation
  • Loading branch information
todofixthis authored Mar 18, 2018
2 parents e45e754 + 71bae91 commit 0635c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iota/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ def is_reattachable(self, addresses):
# type: (Iterable[Address]) -> dict
"""
This API function helps you to determine whether you should replay a
transaction or make a completely new transaction with a different seed.
transaction or make a new one (either with the same input, or a different one).
What this function does, is it takes one or more input addresses (i.e. from spent transactions)
as input and then checks whether any transactions with a value transferred are confirmed.
If yes, it means that this input address has already been successfully used in a different
Expand Down

0 comments on commit 0635c05

Please sign in to comment.