We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03affa commit 41b6883Copy full SHA for 41b6883
other_types_of_ownership/using_the_transactionbuilder.md
@@ -27,7 +27,7 @@ The **TransactionBuilder** will figure out what **Coin** to use and what to sign
27
The usage of the builder is done in four steps:
28
* You gather the **Coins** that will be spent,
29
* You gather the **Keys** that you own,
30
-* You enumerate how much **Money** you want to send to what **scriptPubKey** indicates,
+* You enumerate how much **Money** you want to send to what **scriptPubKey**,
31
* You build and sign the **transaction**,
32
* **Optional**: you give the **transaction** to somebody else, then he will sign or continue to build it.
33
0 commit comments