programmingbitcoin
programmingbitcoin copied to clipboard
Chapter13 Segwit ScriptPubKey
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.