diff --git a/zebra-network/src/protocol/external/types.rs b/zebra-network/src/protocol/external/types.rs index fd81f3b79..d5b3a1070 100644 --- a/zebra-network/src/protocol/external/types.rs +++ b/zebra-network/src/protocol/external/types.rs @@ -31,8 +31,6 @@ bitflags! { /// blocks, as opposed to a light client that makes network requests but /// does not provide network services. const NODE_NETWORK = (1 << 0); - /// NODE_BLOOM means that the node supports bloom-filtered connections. - const NODE_BLOOM = (1 << 2); } }