Skip to content

Commit

Permalink
drop TestGetChainTips()
Browse files Browse the repository at this point in the history
  • Loading branch information
ihavenoface committed Nov 19, 2023
1 parent b12f7a3 commit 344716d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/getchaintips_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ import (

"github.com/btcsuite/btcd/btcjson"
"github.com/btcsuite/btcd/btcutil"
"github.com/btcsuite/btcd/chaincfg"
"github.com/btcsuite/btcd/integration/rpctest"
"github.com/stretchr/testify/require"
)

Expand Down Expand Up @@ -53,6 +51,7 @@ func compareMultipleChainTips(t *testing.T, gotChainTips, expectedChainTips []*b
return nil
}

/* todo ppc
func TestGetChainTips(t *testing.T) {
// block1Hex is a block that builds on top of the regtest genesis block.
// Has blockhash of "36c056247e8c0589f6307995e4e13acf2b2b79cad9ecd5a4eeab2131ed0ecde5".
Expand Down Expand Up @@ -348,3 +347,4 @@ func TestGetChainTips(t *testing.T) {
t.Fatalf("TestGetChainTips fail. Error: %v", err)
}
}
*/

0 comments on commit 344716d

Please sign in to comment.