| 147 | } |
| 148 | |
| 149 | ChainDiskConfiguration ChainDiskConfiguration::bitcoinCash(const std::string &path) { |
| 150 | return { |
| 151 | path, |
| 152 | 0xd9b4bef9, |
| 153 | "doubleSha256" |
| 154 | }; |
| 155 | } |
| 156 | #endif |
| 157 | |
| 158 | #ifdef BLOCKSCI_RPC_PARSER |
nothing calls this directly
no outgoing calls
no test coverage detected