Skip to content

Commit

Permalink
fix: add missing import statement after handling merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
jtieri committed Sep 26, 2024
1 parent 1c28759 commit b2f2b6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chain/thorchain/thornode.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import (
"google.golang.org/grpc"
"google.golang.org/grpc/credentials/insecure"

sdkmath "cosmossdk.io/math"
"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/crypto/keyring"
sdk "github.com/cosmos/cosmos-sdk/types"
Expand Down

0 comments on commit b2f2b6d

Please sign in to comment.