programmingbitcoin icon indicating copy to clipboard operation
programmingbitcoin copied to clipboard

Chapter13 Segwit ScriptPubKey

Open norisg opened this issue 5 years ago • 0 comments

In chapter 13 in Figure 13-1 and 13-2 the ScriptPubKey has the wrong content. It has to be OP_0 and the <20 Byte Hash> instead looks like the P2PKH ScriptPubKey. The same for P2WSH where it has to be OP_0 and <32 Byte Hash> (Figure 13-20 and 13-21) and

In addition same problem in p2sh-p2wpkh and p2sh-p2wsh.

norisg avatar Dec 27 '19 13:12 norisg