feat: replace the cosmos-db.DB interface with core/store interface (#21450)
This commit is contained in:
@@ -618,7 +618,7 @@ e.g. in `NewSimApp`:
|
||||
```go
|
||||
func NewSimApp(
|
||||
logger log.Logger,
|
||||
db dbm.DB,
|
||||
db corestore.KVStoreWithBatch,
|
||||
traceStore io.Writer,
|
||||
loadLatest bool,
|
||||
appOpts servertypes.AppOptions,
|
||||
|
||||
Reference in New Issue
Block a user