mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-20 19:11:08 +03:00
typo + styling
This commit is contained in:
parent
b2cc5ba7e1
commit
a5e5ae83b6
2 changed files with 2 additions and 2 deletions
|
@ -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\"
|
||||
|
||||
"
|
||||
|
|
|
@ -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,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue