| 91 | } |
| 92 | |
| 93 | ChainDiskConfiguration ChainDiskConfiguration::litecoinTestnet(const std::string &path) { |
| 94 | return { |
| 95 | path, |
| 96 | 0xf1c8d2fd, |
| 97 | "doubleSha256" |
| 98 | }; |
| 99 | } |
| 100 | |
| 101 | ChainDiskConfiguration ChainDiskConfiguration::litecoinRegtest(const std::string &path) { |
| 102 | return { |
nothing calls this directly
no outgoing calls
no test coverage detected