typo + styling

This commit is contained in:
Yoni 2018-12-31 20:00:33 +02:00
parent b2cc5ba7e1
commit a5e5ae83b6
2 changed files with 2 additions and 2 deletions

View file

@ -231,7 +231,7 @@ fn comments() -> HashMap<String, String> {
# 15 = Bit flags for FULL_NODE
#This structure needs to be changed internally, to make it more configurable
# A prefered dandelion_peer, mainly used for testing dandelion
# A preferred dandelion_peer, mainly used for testing dandelion
# dandelion_peer = \"10.0.0.1:13144\"
"

View file

@ -144,7 +144,7 @@ impl Default for P2PConfig {
ban_window: None,
peer_max_count: None,
peer_min_preferred_count: None,
dandelion_peer: None
dandelion_peer: None,
}
}
}