| 547 | } |
| 548 | |
| 549 | bool GetOp(const_iterator& pc, opcodetype& opcodeRet, std::vector<unsigned char>& vchRet) const |
| 550 | { |
| 551 | return GetScriptOp(pc, end(), opcodeRet, &vchRet); |
| 552 | } |
| 553 | |
| 554 | bool GetOp(const_iterator& pc, opcodetype& opcodeRet) const |
| 555 | { |