|
|
@ -185,9 +185,7 @@ func makeHeaderPartsResponsesValPowerChange( |
|
|
|
block, err := sf.MakeBlock(state, state.LastBlockHeight+1, new(types.Commit)) |
|
|
|
require.NoError(t, err) |
|
|
|
|
|
|
|
abciResponses := &tmstate.ABCIResponses{ |
|
|
|
FinalizeBlock: &abci.ResponseFinalizeBlock{}, |
|
|
|
} |
|
|
|
abciResponses := &tmstate.ABCIResponses{} |
|
|
|
|
|
|
|
// If the pubkey is new, remove the old and add the new.
|
|
|
|
_, val := state.NextValidators.GetByIndex(0) |
|
|
|