Skip to content

Commit

Permalink
Correct hint for P2WPKH
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman authored and rustyrussell committed Feb 18, 2021
1 parent edd45ec commit 9046803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 02-peer-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@ A sending node:
1. `OP_DUP` `OP_HASH160` `20` 20-bytes `OP_EQUALVERIFY` `OP_CHECKSIG`
(pay to pubkey hash), OR
2. `OP_HASH160` `20` 20-bytes `OP_EQUAL` (pay to script hash), OR
3. `OP_0` `20` 20-bytes (version 0 pay to witness pubkey), OR
3. `OP_0` `20` 20-bytes (version 0 pay to witness pubkey hash), OR
4. `OP_0` `32` 32-bytes (version 0 pay to witness script hash)

A receiving node:
Expand Down

0 comments on commit 9046803

Please sign in to comment.