Browse Source
There are a few cases where the opcode name doesn't match the name exactly. These are mostly related with data pushes, and the cases for `OP_0` and `OP_1NEGATE` were not handled as data pushes as the buf.length was 0. This adds these exceptions to the `_chunkToString` method on Script. References: -patch-2e54ebbf600/src/script/script.cpp (L13)
-e54ebbf600/src/core_write.cpp (L75)
1 changed files with 16 additions and 2 deletions
Loading…
Reference in new issue