| 107 | } |
| 108 | |
| 109 | ChainDiskConfiguration ChainDiskConfiguration::bitcoinRegtest(const std::string &path) { |
| 110 | return { |
| 111 | path, |
| 112 | 0xdab5bffa, |
| 113 | "doubleSha256" |
| 114 | }; |
| 115 | } |
| 116 | |
| 117 | ChainDiskConfiguration ChainDiskConfiguration::bitcoinTestnet(const std::string &path) { |
| 118 | return { |
nothing calls this directly
no outgoing calls
no test coverage detected