chore: move pruning to store (#13609)
* move pruning to store * add changelog entry Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
@@ -6,8 +6,8 @@ import (
|
||||
protoio "github.com/cosmos/gogoproto/io"
|
||||
dbm "github.com/tendermint/tm-db"
|
||||
|
||||
pruningtypes "github.com/cosmos/cosmos-sdk/pruning/types"
|
||||
snapshottypes "github.com/cosmos/cosmos-sdk/snapshots/types"
|
||||
pruningtypes "github.com/cosmos/cosmos-sdk/store/pruning/types"
|
||||
storetypes "github.com/cosmos/cosmos-sdk/store/types"
|
||||
sdk "github.com/cosmos/cosmos-sdk/types"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user