MCPcopy Create free account
hub / github.com/ElementsProject/elements / PermitsUncompressed

Function PermitsUncompressed

src/wallet/scriptpubkeyman.cpp:77–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75};
76
77bool PermitsUncompressed(IsMineSigVersion sigversion)
78{
79 return sigversion == IsMineSigVersion::TOP || sigversion == IsMineSigVersion::P2SH;
80}
81
82bool HaveKeys(const std::vector<valtype>& pubkeys, const LegacyScriptPubKeyMan& keystore)
83{

Callers 1

IsMineInnerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected