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

Method litecoin

tools/parser/parser_configuration.cpp:85–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85ChainDiskConfiguration ChainDiskConfiguration::litecoin(const std::string &path) {
86 return {
87 path,
88 0xdbb6c0fb,
89 "doubleSha256"
90 };
91}
92
93ChainDiskConfiguration ChainDiskConfiguration::litecoinTestnet(const std::string &path) {
94 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected