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 0c79a1d commit e81dd2cCopy full SHA for e81dd2c
core/src/consensus/tendermint/engine.rs
@@ -165,7 +165,7 @@ impl ConsensusEngine for Tendermint {
165
166
if block_number == metadata.last_term_finished_block_num() + 1 {
167
match term {
168
- 0 => {}
+ 0 | 1 => {}
169
_ => {
170
let rewards = stake::drain_current_rewards(block.state_mut())?;
171
let banned = stake::Banned::load_from_state(block.state())?;
0 commit comments