| 106 | } |
| 107 | |
| 108 | static constexpr bool IsPushdataOp(opcodetype opcode) |
| 109 | { |
| 110 | return opcode > OP_FALSE && opcode <= OP_PUSHDATA4; |
| 111 | } |
| 112 | |
| 113 | static constexpr bool IsValidMultisigKeyCount(int n_keys) |
| 114 | { |
no outgoing calls
no test coverage detected