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

Method litecoinTestnet

tools/parser/parser_configuration.cpp:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93ChainDiskConfiguration ChainDiskConfiguration::litecoinTestnet(const std::string &path) {
94 return {
95 path,
96 0xf1c8d2fd,
97 "doubleSha256"
98 };
99}
100
101ChainDiskConfiguration ChainDiskConfiguration::litecoinRegtest(const std::string &path) {
102 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected