mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-07 07:56:31 +00:00
Add missing 'a'
This commit is contained in:
parent
3137bc2ffe
commit
ddbd6e8909
@ -28,7 +28,7 @@ This first section will outline the standard PSBT process of: Creator, Updater,
|
||||
## Create a PSBT the Old-Fashioned Way
|
||||
#### PSBT Role: Creator
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
You just create your raw transaction normally:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user