We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de72339 commit ce9ba9aCopy full SHA for ce9ba9a
crates/consensus/src/internal.rs
@@ -159,7 +159,6 @@ impl<
159
}
160
161
/// Schedule rebroadcast timeout.
162
- /// In case Malachite doesn't do it automatically, e.g. after restart.
163
pub fn schedule_rebroadcast(&mut self, round: Round) {
164
self.timeout_manager.schedule_timeout(Timeout {
165
kind: TimeoutKind::Rebroadcast,
0 commit comments