Skip to content

Commit

Permalink
fix reference Inputs example
Browse files Browse the repository at this point in the history
  • Loading branch information
peterVG committed Oct 30, 2022
1 parent 6669458 commit 16ec42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/guides/transaction.rst
Expand Up @@ -145,7 +145,7 @@ Step 6
Add additional transaction information as needed:

>>> builder.ttl = 3600
>>> builder.reference_inputs = [{"option1": "my_input1", "option2" : "my_input2"}]
>>> builder.reference_inputs.add(tx_in)

Step 7

Expand Down

0 comments on commit 16ec42a

Please sign in to comment.