Skip to content

Commit

Permalink
Update common/headers_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Bertrand <[email protected]>
  • Loading branch information
ws4charlie and lumtis authored Oct 10, 2023
1 parent be099dc commit 98cca27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common/headers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"encoding/base64"
"fmt"
"log"
"testing"
"time"

"github.com/btcsuite/btcd/blockchain"
Expand All @@ -13,8 +14,6 @@ import (
"github.com/btcsuite/btcd/rpcclient"
"github.com/btcsuite/btcd/wire"
"github.com/zeta-chain/zetacore/common"

"testing"
)

const numHeadersToTest = 100
Expand Down

0 comments on commit 98cca27

Please sign in to comment.