petertodd / python-bitcoinlib

Python3 library providing an easy interface to the Bitcoin data structures and protocol.
Other
1.84k stars 625 forks source link

Fix misuse of the term redeemScript in p2wsh example #261

Closed kanzure closed 3 years ago

kanzure commented 3 years ago

redeemScript should refer to the value that needs to be revealed in order to spend the utxo. In the previous version of the example, redeemScript was the scriptPubKey which isn't right.