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

Method bitcoinCashRegtest

tools/parser/parser_configuration.cpp:133–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133ChainDiskConfiguration ChainDiskConfiguration::bitcoinCashRegtest(const std::string &path) {
134 return {
135 path,
136 0xdab5bffa,
137 "doubleSha256"
138 };
139}
140
141ChainDiskConfiguration ChainDiskConfiguration::bitcoinCashTestnet(const std::string &path) {
142 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected