| 139 | } |
| 140 | |
| 141 | ChainDiskConfiguration ChainDiskConfiguration::bitcoinCashTestnet(const std::string &path) { |
| 142 | return { |
| 143 | path, |
| 144 | 0x0709110b, |
| 145 | "doubleSha256" |
| 146 | }; |
| 147 | } |
| 148 | |
| 149 | ChainDiskConfiguration ChainDiskConfiguration::bitcoinCash(const std::string &path) { |
| 150 | return { |
nothing calls this directly
no outgoing calls
no test coverage detected