diff --git a/zebra-network/src/protocol/external/inv.rs b/zebra-network/src/protocol/external/inv.rs index d02cadd3628..470bb3c2fb1 100644 --- a/zebra-network/src/protocol/external/inv.rs +++ b/zebra-network/src/protocol/external/inv.rs @@ -46,7 +46,6 @@ pub enum InventoryHash { /// [auth_digest]: https://zips.z.cash/zip-0244#authorizing-data-commitment /// [zip239]: https://zips.z.cash/zip-0239 /// [bip339]: https://github.com/bitcoin/bips/blob/master/bip-0339.mediawiki - // TODO: Actually handle this variant once the mempool is implemented (#2449) Wtx(transaction::WtxId), }