| 495 | } |
| 496 | |
| 497 | bool GetOp(const_iterator& pc, opcodetype& opcodeRet, std::vector<unsigned char>& vchRet) const |
| 498 | { |
| 499 | return GetScriptOp(pc, end(), opcodeRet, &vchRet); |
| 500 | } |
| 501 | |
| 502 | bool GetOp(const_iterator& pc, opcodetype& opcodeRet) const |
| 503 | { |