Skip to content

Commit 16ec42a

Browse files
authored
fix reference Inputs example
1 parent 6669458 commit 16ec42a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/guides/transaction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Step 6
145145
Add additional transaction information as needed:
146146

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

150150
Step 7
151151

0 commit comments

Comments
 (0)