Skip to content

Commit

Permalink
(fix) Fix Lint import issue
Browse files Browse the repository at this point in the history
  • Loading branch information
abel committed Jan 17, 2024
1 parent 091877c commit a6f2d0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/common/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ import (
"crypto/x509"
"encoding/hex"
"fmt"
"github.com/shopspring/decimal"
"os"
"strings"

"github.com/shopspring/decimal"

chaintypes "github.com/InjectiveLabs/sdk-go/chain/types"
"google.golang.org/grpc/credentials"
)
Expand Down

0 comments on commit a6f2d0c

Please sign in to comment.