Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go/consensus/tendermint: Fix BlockHeight in InitChain
Previously when ctx.BlockHeight() was called from InitChain it always returned the zero height which was incorrect. Make sure to return one height less than the initial height in this case.
- Loading branch information