From fd2eda2308838a4dab539582646a330500137b05 Mon Sep 17 00:00:00 2001 From: Gary Yu Date: Mon, 8 Oct 2018 20:35:48 +0800 Subject: [PATCH] small improvement on the capabilities config comments (#1689) --- config/src/comments.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/src/comments.rs b/config/src/comments.rs index 056eb4efb..dc984dbdd 100644 --- a/config/src/comments.rs +++ b/config/src/comments.rs @@ -210,8 +210,9 @@ fn comments() -> HashMap { retval.insert( "[server.p2p_config.capabilities]".to_string(), - "#7 = Bit flags for FULL_NODE, this structure needs to be changed -#internally to make it more configurable + "# 7 = Bit flags for FULL_NODE +# 6 = Bit flags for FAST_SYNC_NODE +#This structure needs to be changed internally, to make it more configurable ".to_string(), );