MCPcopy Create free account
hub / github.com/citp/BlockSci / bitcoin

Method bitcoin

tools/parser/parser_configuration.cpp:125–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125ChainDiskConfiguration ChainDiskConfiguration::bitcoin(const std::string &path) {
126 return {
127 path,
128 0xd9b4bef9,
129 "doubleSha256"
130 };
131}
132
133ChainDiskConfiguration ChainDiskConfiguration::bitcoinCashRegtest(const std::string &path) {
134 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected