We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56ba9f commit 4bc9085Copy full SHA for 4bc9085
1 file changed
typescript/test/electrum.test.ts
@@ -24,6 +24,12 @@ const testnetCredentials: ElectrumCredentials[] = [
24
},
25
// TODO: Enable after retries are implemented
26
// See: https://github.com/keep-network/tbtc-v2/issues/485
27
+ // // electrs-esplora tcp
28
+ // {
29
+ // host: "electrum.blockstream.info",
30
+ // port: 60001,
31
+ // protocol: "tcp",
32
+ // },
33
// // electrs-esplora ssl
34
// {
35
// host: "electrum.blockstream.info",
0 commit comments