small improvement on the capabilities config comments (#1689)

This commit is contained in:
Gary Yu 2018-10-08 20:35:48 +08:00 committed by GitHub
parent 810a71451b
commit fd2eda2308
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -210,8 +210,9 @@ fn comments() -> HashMap<String, String> {
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(),
);