Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
txscript: Make op callbacks take opcode and data.
This converts the callback function defined on the internal opcode struct to accept the opcode and data slice instead of a parsed opcode as the final step towards removing the parsed opcode struct and associated supporting code altogether. It also updates all of the callbacks and tests accordingly and finally removes the now unused parsedOpcode struct.
- Loading branch information