Skip to content

Commit c8e9c28

Browse files
author
Janaka-Steph
committed
Fix typos
1 parent 0002e94 commit c8e9c28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/pages/part-three-pay-to-script-hash/multi_signatures/multisig_p2wsh_2_4.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::bitcoinjs-guide:ROOT:partial$start-help.adoc[]
66
Let'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
9393
const 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
----
9999
txb.addInput('TX_ID', TX_VOUT)

0 commit comments

Comments
 (0)