File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/ROOT/pages/part-three-pay-to-script-hash/multi_signatures Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ include::bitcoinjs-guide:ROOT:partial$start-help.adoc[]
66Let's create a 2 of 4 multi-signature with a native Segwit P2WSH transaction.
77
88
9- == Creating and Funding the P2SH
9+ == Creating and Funding the P2WSH
1010
1111.Import libraries, test wallets and set the network
1212[source,javascript]
@@ -93,7 +93,7 @@ Now let's prepare the spending transaction by setting input and output and havin
9393const txb = new bitcoin.TransactionBuilder(network)
9494----
9595
96- .Create the input by referencing the outpoint of our P2SH funding transaction.
96+ .Create the input by referencing the outpoint of our P2WSH funding transaction.
9797[source,javascript]
9898----
9999txb.addInput('TX_ID', TX_VOUT)
You can’t perform that action at this time.
0 commit comments