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

Method bitcoinCashTestnet

tools/parser/parser_configuration.cpp:141–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141ChainDiskConfiguration ChainDiskConfiguration::bitcoinCashTestnet(const std::string &path) {
142 return {
143 path,
144 0x0709110b,
145 "doubleSha256"
146 };
147}
148
149ChainDiskConfiguration ChainDiskConfiguration::bitcoinCash(const std::string &path) {
150 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected