refactor: create go.mod for store (#14746)
Co-authored-by: Marko <marbar3778@yahoo.com>
This commit is contained in:
co-authored by
Marko
parent
5d25d5f40a
commit
7559d9ecd3
@@ -3,7 +3,7 @@ package rootmulti
|
||||
import (
|
||||
"github.com/tendermint/tendermint/crypto/merkle"
|
||||
|
||||
storetypes "github.com/cosmos/cosmos-sdk/store/types"
|
||||
storetypes "cosmossdk.io/store/types"
|
||||
)
|
||||
|
||||
// RequireProof returns whether proof is required for the subpath.
|
||||
|
||||
Reference in New Issue
Block a user