Merge PR #4881: Linting Galore
This commit is contained in:
committed by
Alexander Bezobchuk
parent
89b1220398
commit
3a4f1fc4d4
@@ -460,7 +460,7 @@ func (rs *Store) loadCommitStoreFromParams(key types.StoreKey, id types.CommitID
|
||||
return iavl.LoadStore(db, id, rs.pruningOpts, rs.lazyLoading)
|
||||
|
||||
case types.StoreTypeDB:
|
||||
return commitDBStoreAdapter{dbadapter.Store{db}}, nil
|
||||
return commitDBStoreAdapter{Store: dbadapter.Store{DB: db}}, nil
|
||||
|
||||
case types.StoreTypeTransient:
|
||||
_, ok := key.(*types.TransientStoreKey)
|
||||
|
||||
Reference in New Issue
Block a user