Misc bug fixes

This commit is contained in:
Luke Parker
2022-10-24 05:52:40 -04:00
parent b5cb8a9be2
commit 05be5c14c3
3 changed files with 10 additions and 7 deletions

View File

@@ -272,7 +272,7 @@ impl<N: Network + 'static> TendermintMachine<N> {
timeouts: HashMap::new(),
};
machine.round_propose();
machine.round(Round(0));
loop {
// Check if any timeouts have been triggered