could be zero
This commit is contained in:
parent
5af0defbff
commit
32b03ad3dd
@ -98,7 +98,7 @@ impl Web3Connections {
|
||||
|
||||
// TODO: less than 3? what should we do here?
|
||||
if connections.len() < 2 {
|
||||
warn!("Only 1 connection!");
|
||||
warn!("Only {} connection(s)!", connections.len());
|
||||
}
|
||||
|
||||
let synced_connections = SyncedConnections::default();
|
||||
|
Loading…
Reference in New Issue
Block a user