Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
Update cosmos/x/evm/store/snapmulti/store.go
Browse files Browse the repository at this point in the history
Co-authored-by: Devon Bear <[email protected]>
Signed-off-by: Cal Bera <[email protected]>
  • Loading branch information
calbera and itsdevbear authored Jun 29, 2023
1 parent 28ac794 commit da20ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmos/x/evm/store/snapmulti/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const (
// corresponding cache kv store currently being used.
type mapMultiStore map[storetypes.StoreKey]storetypes.CacheKVStore

// Store is a wrapper around the Cosmos SDK `MultiStore` which supports snapshots and reverts.
// store is a wrapper around the Cosmos SDK `MultiStore` which supports snapshots and reverts.
// It journals revisions by cache-wrapping the cachekv stores on a call to `Snapshot`. In this
// store's lifecycle, any operations done before the first call to snapshot will be enforced on the
// root `mapMultiStore`.
Expand Down

0 comments on commit da20ec9

Please sign in to comment.