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

Function IsValidMultisigKeyCount

src/script/standard.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113static constexpr bool IsValidMultisigKeyCount(int n_keys)
114{
115 return n_keys > 0 && n_keys <= MAX_PUBKEYS_PER_MULTISIG;
116}
117
118static bool GetMultisigKeyCount(opcodetype opcode, valtype data, int& count)
119{

Callers 1

GetMultisigKeyCountFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected