diff --git a/bip-0046.mediawiki b/bip-0046.mediawiki index e3ad5750..1602f811 100644 --- a/bip-0046.mediawiki +++ b/bip-0046.mediawiki @@ -90,7 +90,7 @@ month = 1 + index % 12 To derive the address from the above calculated public key and timelock, we create a witness script which locks the funds until the timelock, and then checks the signature of the derived_key. The witness script is hashed with SHA256 to produce a 32-byte hash value that forms the witness program in the output script of the P2WSH address. witnessScript: OP_CHECKLOCKTIMEVERIFY OP_DROP OP_CHECKSIG - witness: + witness: scriptSig: (empty) scriptPubKey: 0 <32-byte-hash> (0x0020{32-byte-hash})