Skip to content

Commit 87b546c

Browse files
fix(ci): remove deprecated integration peers
1 parent 006b352 commit 87b546c

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

config/peers_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ func TestResolvePeers(t *testing.T) {
2525
network: network.Testnet,
2626
expectedPeers: []string{
2727
"/dns4/bst-a01.test.keep.boar.network/tcp/6001/ipfs/16Uiu2HAmSLDSahiKyTbCNNu8wJmZAsiKF7wuYJ8mogY8ZuAG1jhu",
28-
"/dns4/keep-validator-0.eks-ap-northeast-2-secure.staging.staked.cloud/tcp/3919/ipfs/16Uiu2HAm77eSvRq5ioD4J8VFPkq3bJHBEHkssCuiFkgAoABwjo2S",
2928
},
3029
},
3130
"developer network": {

pkg/bitcoin/electrum/electrum_integration_test.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,6 @@ var testConfigs = map[string]testConfig{
6464
},
6565
network: bitcoin.Testnet,
6666
},
67-
"fulcrum tcp": {
68-
clientConfig: electrum.Config{
69-
URL: "tcp://v22019051929289916.bestsrv.de:50001",
70-
RequestTimeout: requestTimeout * 2,
71-
RequestRetryTimeout: requestRetryTimeout * 2,
72-
},
73-
network: bitcoin.Testnet,
74-
},
7567
}
7668

7769
var invalidTxID bitcoin.Hash

0 commit comments

Comments
 (0)