Newer transactions that are putting additional data onto the stack after OP_RETURNs will break buidl parsing code and throw this error. E.g. a valid tx that has an output with the following script: OP_RETURN OP_PUSHBYTES_75 [SOME DATA] if being parsed by buidl will fail.
Newer transactions that are putting additional data onto the stack after OP_RETURNs will break buidl parsing code and throw this error. E.g. a valid tx that has an output with the following script:
OP_RETURN OP_PUSHBYTES_75 [SOME DATA]if being parsed by buidl will fail.