Skip to content

Commit

Permalink
goimport
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Sep 4, 2024
1 parent 088ee6b commit b566444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zetaclient/chains/bitcoin/fee.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package bitcoin
import (
"encoding/hex"
"fmt"
"github.com/zeta-chain/zetacore/zetaclient/chains/interfaces"
"math"
"math/big"

Expand All @@ -17,6 +16,7 @@ import (

"github.com/zeta-chain/zetacore/pkg/chains"
"github.com/zeta-chain/zetacore/zetaclient/chains/bitcoin/rpc"
"github.com/zeta-chain/zetacore/zetaclient/chains/interfaces"
clientcommon "github.com/zeta-chain/zetacore/zetaclient/common"
)

Expand Down
2 changes: 1 addition & 1 deletion zetaclient/chains/bitcoin/rpc/rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package rpc

import (
"fmt"
"github.com/btcsuite/btcutil"

"github.com/btcsuite/btcd/btcjson"
"github.com/btcsuite/btcd/chaincfg/chainhash"
"github.com/btcsuite/btcd/rpcclient"
"github.com/btcsuite/btcutil"
"github.com/pkg/errors"

"github.com/zeta-chain/zetacore/zetaclient/chains/interfaces"
Expand Down

0 comments on commit b566444

Please sign in to comment.