| 123 | } |
| 124 | |
| 125 | ChainDiskConfiguration ChainDiskConfiguration::bitcoin(const std::string &path) { |
| 126 | return { |
| 127 | path, |
| 128 | 0xd9b4bef9, |
| 129 | "doubleSha256" |
| 130 | }; |
| 131 | } |
| 132 | |
| 133 | ChainDiskConfiguration ChainDiskConfiguration::bitcoinCashRegtest(const std::string &path) { |
| 134 | return { |
nothing calls this directly
no outgoing calls
no test coverage detected