diff options
| author | Pieter Wuille <[email protected]> | 2018-04-04 09:02:24 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2018-04-13 09:07:27 -0700 |
| commit | 6a7456ad6072f405e8b02bffa0fb4e9f0cfe71e0 (patch) | |
| tree | 90162c46919ee3d6ce683f5ff575fec5f917e5ae /src/script/interpreter.h | |
| parent | Delete unused non-const-iterator CSCript::GetOp overloads (diff) | |
| download | discoin-6a7456ad6072f405e8b02bffa0fb4e9f0cfe71e0.tar.xz discoin-6a7456ad6072f405e8b02bffa0fb4e9f0cfe71e0.zip | |
[MOVEONLY] Move CSCript::FindAndDelete to interpreter
Diffstat (limited to 'src/script/interpreter.h')
| -rw-r--r-- | src/script/interpreter.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script/interpreter.h b/src/script/interpreter.h index 601a4a866..50c747900 100644 --- a/src/script/interpreter.h +++ b/src/script/interpreter.h @@ -189,4 +189,6 @@ bool VerifyScript(const CScript& scriptSig, const CScript& scriptPubKey, const C size_t CountWitnessSigOps(const CScript& scriptSig, const CScript& scriptPubKey, const CScriptWitness* witness, unsigned int flags); +int FindAndDelete(CScript& script, const CScript& b); + #endif // BITCOIN_SCRIPT_INTERPRETER_H |