From ddbd6e890904fe9ef636c3d736f301700f0d6545 Mon Sep 17 00:00:00 2001 From: Tobin Harding Date: Tue, 1 Jun 2021 18:18:11 +1000 Subject: [PATCH] Add missing 'a' --- 07_1_Creating_a_Partially_Signed_Bitcoin_Transaction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/07_1_Creating_a_Partially_Signed_Bitcoin_Transaction.md b/07_1_Creating_a_Partially_Signed_Bitcoin_Transaction.md index b3c345e..6395138 100644 --- a/07_1_Creating_a_Partially_Signed_Bitcoin_Transaction.md +++ b/07_1_Creating_a_Partially_Signed_Bitcoin_Transaction.md @@ -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: