mirror of
https://github.com/logos-blockchain/logos-blockchain-specs.git
synced 2026-01-03 21:53:07 +00:00
fix: config desc
This commit is contained in:
parent
5ea7d1152b
commit
812061ab60
@ -115,7 +115,7 @@ class P2PConfig:
|
||||
def description(self):
|
||||
return (
|
||||
f"p2p_type: {self.type}\n"
|
||||
f"conn_density: {self.connection_density}"
|
||||
f"conn_density: {self.connection_density}\n"
|
||||
f"max_net_latency: {self.max_network_latency:.2f}"
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user