Skip to content

Commit

Permalink
Fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe committed Mar 6, 2023
1 parent 0b8af25 commit 7969723
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions x/wasm/client/cli/gov_tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ import (
"strconv"
"strings"

<<<<<<< HEAD
=======
"github.com/CosmWasm/wasmd/x/wasm/ioutils"

"github.com/docker/distribution/reference"

>>>>>>> 1a8019b (Fix client checksum verification (#1234))
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/client/tx"
sdk "github.com/cosmos/cosmos-sdk/types"
Expand All @@ -27,6 +20,7 @@ import (
"github.com/spf13/cobra"
flag "github.com/spf13/pflag"

"github.com/CosmWasm/wasmd/x/wasm/ioutils"
"github.com/CosmWasm/wasmd/x/wasm/types"
)

Expand Down

0 comments on commit 7969723

Please sign in to comment.