| 489 | |
| 490 | |
| 491 | bool GetOp(const_iterator& pc, opcodetype& opcodeRet, std::vector<unsigned char>& vchRet) const |
| 492 | { |
| 493 | return GetScriptOp(pc, end(), opcodeRet, &vchRet); |
| 494 | } |
| 495 | |
| 496 | bool GetOp(const_iterator& pc, opcodetype& opcodeRet) const |
| 497 | { |
no test coverage detected