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

Method bitcoinCash

tools/parser/parser_configuration.cpp:149–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149ChainDiskConfiguration ChainDiskConfiguration::bitcoinCash(const std::string &path) {
150 return {
151 path,
152 0xd9b4bef9,
153 "doubleSha256"
154 };
155}
156#endif
157
158#ifdef BLOCKSCI_RPC_PARSER

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected