Browse Source

Rebond and the right height

pull/67/head
Jae Kwon 10 years ago
parent
commit
014166deb4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      consensus/state.go

+ 1
- 1
consensus/state.go View File

@ -530,7 +530,7 @@ func (cs *ConsensusState) updateToState(state *sm.State, contiguous bool) {
if cs.privValidator != nil && cs.state.UnbondingValidators.HasAddress(cs.privValidator.Address) {
rebondTx := &types.RebondTx{
Address: cs.privValidator.Address,
Height: cs.Height + 1,
Height: cs.Height,
}
err := cs.privValidator.SignRebondTx(rebondTx)
if err == nil {


Loading…
Cancel
Save