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

Method bitcoinRegtest

tools/parser/parser_configuration.cpp:109–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109ChainDiskConfiguration ChainDiskConfiguration::bitcoinRegtest(const std::string &path) {
110 return {
111 path,
112 0xdab5bffa,
113 "doubleSha256"
114 };
115}
116
117ChainDiskConfiguration ChainDiskConfiguration::bitcoinTestnet(const std::string &path) {
118 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected