| 83 | } |
| 84 | |
| 85 | ChainDiskConfiguration ChainDiskConfiguration::litecoin(const std::string &path) { |
| 86 | return { |
| 87 | path, |
| 88 | 0xdbb6c0fb, |
| 89 | "doubleSha256" |
| 90 | }; |
| 91 | } |
| 92 | |
| 93 | ChainDiskConfiguration ChainDiskConfiguration::litecoinTestnet(const std::string &path) { |
| 94 | return { |
nothing calls this directly
no outgoing calls
no test coverage detected