typo + styling
This commit is contained in:
@@ -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\"
|
||||
|
||||
"
|
||||
|
||||
+1
-1
@@ -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,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user