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

Function AddChecksum

src/script/descriptor.cpp:169–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169std::string AddChecksum(const std::string& str) { return str + "#" + DescriptorChecksum(str); }
170
171////////////////////////////////////////////////////////////////////////////
172// Internal representation //

Callers 3

ToStringMethod · 0.85
ToPrivateStringMethod · 0.85
ToNormalizedStringMethod · 0.85

Calls 1

DescriptorChecksumFunction · 0.85

Tested by

no test coverage detected