You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recover TendermintState when empty proposal timer is fired in a wrong time
The Tendermint module was changing its step to Propose when the
"engine timeout empty proposal" timer is fired. If the timer is called
in the wrong time the step should not be changed. This commit makes
the step changed when it is needed.
0 commit comments