We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2363ff commit 570c04bCopy full SHA for 570c04b
x/wasm/keeper/genesis_exports.go
@@ -3,8 +3,9 @@ package keeper
3
import (
4
"context"
5
6
- "github.com/CosmWasm/wasmd/x/wasm/types"
7
sdk "github.com/cosmos/cosmos-sdk/types"
+
8
+ "github.com/CosmWasm/wasmd/x/wasm/types"
9
)
10
11
// Genesis-specific exports for custom genesis tooling and external integrations.
0 commit comments