Skip to content

Commit

Permalink
Merge branch 'main' into fix/collector-reverse-iterator
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 authored Jul 15, 2024
2 parents 2cb209f + e3ea68a commit f0db8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baseapp/test_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func (app *BaseApp) SimDeliver(txEncoder sdk.TxEncoder, tx sdk.Tx) (sdk.GasInfo,
}

// SimWriteState is an entrypoint for simulations only. They are not executed during the normal ABCI finalize
// block step but later. Therefor an extra call to the root multi-store (app.cms) is required to write the changes.
// block step but later. Therefore an extra call to the root multi-store (app.cms) is required to write the changes.
func (app *BaseApp) SimWriteState() {
app.finalizeBlockState.ms.Write()
}
Expand Down

0 comments on commit f0db8ec

Please sign in to comment.