mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
small improvement on the capabilities config comments (#1689)
This commit is contained in:
parent
810a71451b
commit
fd2eda2308
1 changed files with 3 additions and 2 deletions
|
@ -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(),
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue