BitcoinUnlimited / BitcoinCashSpecification

Specification of the Bitcoin Cash protocols and consensus
Other
5 stars 15 forks source link

Updated OP_CODESEPARATOR and OP_CHECKSIG to BCH‘s rules #20

Closed EyeOfPython closed 4 years ago

EyeOfPython commented 4 years ago

OP_CODESEPARATOR and OP_CHECKSIG‘s descriptions were based on pre-BCH rules and have been updated to the current BCH rules

dagurval commented 4 years ago

I verified this by comparing the description to the implementation of script/interpreter.cpp and it looks good.

Thanks for correcting the description of these op codes!

This is much better, so I'm merging as is. As for my inline question, if you agree, we can change it in a subsequent commit.