update comments

This commit is contained in:
Sam Ricotta
2022-07-27 11:32:38 +02:00
parent d15c3dc385
commit 7a024d012d

View File

@@ -452,8 +452,7 @@ func (store dbStore) LoadABCIResponses(height int64) (*tmstate.ABCIResponses, er
// height that is given
//
// This is used for recovering from crashes where we called app.Commit and
// before we called s.Save(). It can also be used to produce Merkle proofs of
// the result of txs.
// before we called s.Save()
func (store dbStore) LoadLastABCIResponse(height int64) (*tmstate.ABCIResponses, error) {
bz, err := store.db.Get(lastABCIResponseKey)
if err != nil {