Skip to content

Commit

Permalink
goimport
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Dec 28, 2023
1 parent 256d5d2 commit a4d210a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ package smoketests

import (
"fmt"
"math/big"

"github.com/btcsuite/btcd/chaincfg/chainhash"
"github.com/btcsuite/btcutil"
"github.com/zeta-chain/zetacore/contrib/localnet/orchestrator/smoketest/runner"
"github.com/zeta-chain/zetacore/contrib/localnet/orchestrator/smoketest/utils"
"math/big"
)

func TestBitcoinWithdraw(sm *runner.SmokeTestRunner) {
Expand Down

0 comments on commit a4d210a

Please sign in to comment.