mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +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(
|
retval.insert(
|
||||||
"[server.p2p_config.capabilities]".to_string(),
|
"[server.p2p_config.capabilities]".to_string(),
|
||||||
"#7 = Bit flags for FULL_NODE, this structure needs to be changed
|
"# 7 = Bit flags for FULL_NODE
|
||||||
#internally to make it more configurable
|
# 6 = Bit flags for FAST_SYNC_NODE
|
||||||
|
#This structure needs to be changed internally, to make it more configurable
|
||||||
".to_string(),
|
".to_string(),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue