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

Method litecoinRegtest

tools/parser/parser_configuration.cpp:101–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101ChainDiskConfiguration ChainDiskConfiguration::litecoinRegtest(const std::string &path) {
102 return {
103 path,
104 0xdab5bffa,
105 "doubleSha256"
106 };
107}
108
109ChainDiskConfiguration ChainDiskConfiguration::bitcoinRegtest(const std::string &path) {
110 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected