We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
found in v0.35.0
match self.sync_peers(conn.clone()).await { Ok(_) => continue, Err(err @ NetworkDiscoveryError::PeerValidationError(_)) => { warn!(target: LOG_TARGET, "{}. Banning peer.", err); if let Err(err) = self .context .connectivity .ban_peer_until( conn.peer_node_id().clone(), Duration::from_secs(60 * 60), err.to_string(), ) .await { return err.into(); } },
The text was updated successfully, but these errors were encountered:
@delta1 ?
Sorry, something went wrong.
37d38d6
jorgeantonio21
Successfully merging a pull request may close this issue.
found in v0.35.0
The text was updated successfully, but these errors were encountered: