Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
import wasm types
  • Loading branch information
tommyv1987 authored Jul 4, 2023
1 parent 326e0d1 commit 483e021
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/nyxd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package main
import (
"os"

wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types"
"github.com/cosmos/cosmos-sdk/server"
svrcmd "github.com/cosmos/cosmos-sdk/server/cmd"

"github.com/CosmWasm/wasmd/app"
)

Expand Down

0 comments on commit 483e021

Please sign in to comment.