We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5430c0 commit 530873aCopy full SHA for 530873a
docs/source/guides/transaction.rst
@@ -148,9 +148,9 @@ with its `build_and_sign` method. The code below tells the builder to build a tr
148
with a list of signing keys (in this case, we only need the signature from one signing key, `sk`) and send the change
149
back to sender's address::
150
151
- >>> tx = builder.build_and_sign([sk], change_address=address)
+ >>> signed_tx = builder.build_and_sign([sk], change_address=address)
152
153
-Transaction ID could be obtained from the transaction obejct::
+Transaction ID could be obtained from the transaction object::
154
155
>>> tx.id
156
TransactionId(hex='1d40b950ded3a144fb4c100d1cf8b85719da91b06845530e34a0304427692ce4')
0 commit comments