We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4850a58 commit cde08e3Copy full SHA for cde08e3
core/src/consensus/tendermint/engine.rs
@@ -164,7 +164,7 @@ impl ConsensusEngine for Tendermint {
164
165
if block_number == metadata.last_term_finished_block_num() + 1 {
166
match term {
167
- 0 => {}
+ 0 | 1 => {}
168
_ => {
169
let rewards = stake::drain_current_rewards(block.state_mut())?;
170
let banned = stake::Banned::load_from_state(block.state())?;
0 commit comments