Helpers:
| 23 | |
| 24 | // Helpers: |
| 25 | static std::vector<unsigned char> |
| 26 | Serialize(const CScript& s) |
| 27 | { |
| 28 | std::vector<unsigned char> sSerialized(s); |
| 29 | return sSerialized; |
| 30 | } |
| 31 | |
| 32 | static bool |
| 33 | Verify(const CScript& scriptSig, const CScript& scriptPubKey, bool fStrict, ScriptError& err) |
no outgoing calls
no test coverage detected