Removes outdated TODO

This commit is contained in:
Arya 2024-04-18 14:25:13 -04:00
parent e816c6616c
commit 32e4fbbc51
1 changed files with 0 additions and 2 deletions

View File

@ -144,8 +144,6 @@ impl<'a> From<&'a Network> for &'a str {
fn from(network: &'a Network) -> &'a str {
match network {
Network::Mainnet => "Mainnet",
// TODO:
// - zcashd calls the Regtest cache dir 'regtest' (#8327).
Network::Testnet(params) => params.network_name(),
}
}