remove extra brace
This commit is contained in:
parent
206d339d45
commit
9b6b0ab7d2
@ -573,8 +573,7 @@ impl Web3Connections {
|
||||
continue;
|
||||
}
|
||||
} else if connection.syncing() {
|
||||
continue;
|
||||
}
|
||||
continue;
|
||||
}
|
||||
|
||||
// check rate limits and increment our connection counter
|
||||
|
Loading…
Reference in New Issue
Block a user