subScript returns the script since the last OP_CODESEPARATOR.
()
| 1204 | |
| 1205 | // subScript returns the script since the last OP_CODESEPARATOR. |
| 1206 | func (vm *Engine) subScript() []byte { |
| 1207 | return vm.scripts[vm.scriptIdx][vm.lastCodeSep:] |
| 1208 | } |
| 1209 | |
| 1210 | // checkHashTypeEncoding returns whether or not the passed hashtype adheres to |
| 1211 | // the strict encoding requirements if enabled. |
no outgoing calls
no test coverage detected