Discussion:
[bitcoin-dev] Script Parser
Marcos mayorga via bitcoin-dev
2017-03-17 15:53:55 UTC
Permalink
Hello,

I've notice that OP_1NEGATE cannot be parsed with the function ParseScript
in core_read.cpp, this op makes the flow reach line 88 -> throw
runtime_error("script parse error");

This is likely a bug, is it?
Thanks

M

PS: I am working with version 0.12.1

Loading...