We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797f7dd commit ae8afc6Copy full SHA for ae8afc6
1 file changed
core/src/consensus/tendermint/engine.rs
@@ -160,7 +160,7 @@ impl ConsensusEngine for Tendermint {
160
161
if block_number == metadata.last_term_finished_block_num() + 1 {
162
match term {
163
- 0 => {}
+ 0 | 1 => {}
164
_ => {
165
let rewards = stake::drain_current_rewards(block.state_mut())?;
166
let banned = stake::Banned::load_from_state(block.state())?;
0 commit comments