mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-14 15:09:23 +00:00
Set participation upon participation instead of constantly recalculating
This commit is contained in:
@@ -1003,6 +1003,7 @@ impl<N: Network + 'static> TendermintMachine<N> {
|
||||
|
||||
// If it's been more than 60s, rebroadcast our own messages
|
||||
() = rebroadcast_future => {
|
||||
log::trace!("rebroadcast future hit within tendermint machine");
|
||||
let key = message_tape_key(self.genesis);
|
||||
let messages = self.db.get(key).unwrap_or(vec![]);
|
||||
let mut messages = messages.as_slice();
|
||||
|
||||
Reference in New Issue
Block a user