From 43789b1d5ac1473a163b45dddf61903fd833d100 Mon Sep 17 00:00:00 2001 From: Sofiane Baltaci Date: Sat, 21 Dec 2019 03:06:03 +0100 Subject: [PATCH] Add COMPACT_FILTERS service flag to ServiceFlags fmt::Display impl --- src/network/constants.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/network/constants.rs b/src/network/constants.rs index bcf522b0..be02aea2 100644 --- a/src/network/constants.rs +++ b/src/network/constants.rs @@ -201,6 +201,7 @@ impl fmt::Display for ServiceFlags { write_flag!(GETUTXO); write_flag!(BLOOM); write_flag!(WITNESS); + write_flag!(COMPACT_FILTERS); write_flag!(NETWORK_LIMITED); // If there are unknown flags left, we append them in hex. if flags != ServiceFlags::NONE {