| 214 | } |
| 215 | |
| 216 | bool static ForkIdDisabled(unsigned int flags) { |
| 217 | return flags & SCRIPT_FORKID_DISABLED; |
| 218 | } |
| 219 | |
| 220 | bool CheckSignatureEncoding(const std::vector<unsigned char> &vchSig, unsigned int flags, ScriptError* serror) { |
| 221 | // Empty signature. Not strictly DER encoded, but allowed to provide a |
no outgoing calls
no test coverage detected