| 99 | } |
| 100 | |
| 101 | ChainDiskConfiguration ChainDiskConfiguration::litecoinRegtest(const std::string &path) { |
| 102 | return { |
| 103 | path, |
| 104 | 0xdab5bffa, |
| 105 | "doubleSha256" |
| 106 | }; |
| 107 | } |
| 108 | |
| 109 | ChainDiskConfiguration ChainDiskConfiguration::bitcoinRegtest(const std::string &path) { |
| 110 | return { |
nothing calls this directly
no outgoing calls
no test coverage detected