Skip to content

Commit 5a922e0

Browse files
authored
Merge pull request #117 from peterVG/patch-1
Update variable name so it matches downstream code
2 parents c5430c0 + 530873a commit 5a922e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/guides/transaction.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ with its `build_and_sign` method. The code below tells the builder to build a tr
148148
with a list of signing keys (in this case, we only need the signature from one signing key, `sk`) and send the change
149149
back to sender's address::
150150

151-
>>> tx = builder.build_and_sign([sk], change_address=address)
151+
>>> signed_tx = builder.build_and_sign([sk], change_address=address)
152152

153-
Transaction ID could be obtained from the transaction obejct::
153+
Transaction ID could be obtained from the transaction object::
154154

155155
>>> tx.id
156156
TransactionId(hex='1d40b950ded3a144fb4c100d1cf8b85719da91b06845530e34a0304427692ce4')

0 commit comments

Comments
 (0)