Skip to content

Commit ddbd6e8

Browse files
committed
Add missing 'a'
1 parent 3137bc2 commit ddbd6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

07_1_Creating_a_Partially_Signed_Bitcoin_Transaction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This first section will outline the standard PSBT process of: Creator, Updater,
2828
## Create a PSBT the Old-Fashioned Way
2929
#### PSBT Role: Creator
3030

31-
The easiest way to create a PSBT is to take an existing transaction and use `converttopsbt` to turn it into a PSBT. This is certainly not the _best_ way since it requires you to make a transaction for one format (a raw transaction) then convert it to another (PSBT), but if you've got old software that can only generate raw transaction, you may need to use it.
31+
The easiest way to create a PSBT is to take an existing transaction and use `converttopsbt` to turn it into a PSBT. This is certainly not the _best_ way since it requires you to make a transaction for one format (a raw transaction) then convert it to another (PSBT), but if you've got old software that can only generate a raw transaction, you may need to use it.
3232

3333
You just create your raw transaction normally:
3434

0 commit comments

Comments
 (0)