Connect broadcast

This commit is contained in:
Luke Parker
2022-10-30 05:37:23 -04:00
parent 6c54289fb4
commit aee0bde45d
2 changed files with 45 additions and 27 deletions

View File

@@ -278,7 +278,7 @@ impl<N: Network + 'static> TendermintMachine<N> {
weights: weights.clone(),
proposer,
number: BlockNumber(last.0.0 + 1),
number: BlockNumber(last.0 .0 + 1),
canonical_start_time: last.1,
// The end time of the last block is the start time for this one
// The Commit explicitly contains the end time, so loading the last commit will provide