| 131 | } |
| 132 | |
| 133 | ChainDiskConfiguration ChainDiskConfiguration::bitcoinCashRegtest(const std::string &path) { |
| 134 | return { |
| 135 | path, |
| 136 | 0xdab5bffa, |
| 137 | "doubleSha256" |
| 138 | }; |
| 139 | } |
| 140 | |
| 141 | ChainDiskConfiguration ChainDiskConfiguration::bitcoinCashTestnet(const std::string &path) { |
| 142 | return { |
nothing calls this directly
no outgoing calls
no test coverage detected