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:
Marko
2022-10-24 14:02:17 +02:00
committed by GitHub
co-authored by Julien Robert
parent 3b62a95ad0
commit 04db139e8a
30 changed files with 28 additions and 27 deletions
+1 -1
View File
@@ -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"
)