Closed
Description
SaveBlockStoreState
changed its signature from
func SaveBlockStoreState(bsj *cmtstore.BlockStoreState, db dbm.DB)
to
func SaveBlockStoreStateBatch(bsj *cmtstore.BlockStoreState, batch dbm.Batch)
Since this function is public in this release, and v0.38.3
is a point release, this function should not be changing