MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / EqualSigningProviders

Function EqualSigningProviders

src/test/descriptor_tests.cpp:71–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71bool EqualSigningProviders(const FlatSigningProvider& a, const FlatSigningProvider& b)
72{
73 return a.scripts == b.scripts
74 && a.pubkeys == b.pubkeys
75 && a.origins == b.origins
76 && a.keys == b.keys
77 && a.tr_trees == b.tr_trees;
78}
79
80std::string UseHInsteadOfApostrophe(const std::string& desc)
81{

Callers 1

DoCheckFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected