File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
BDKSwiftExampleWallet/Utilities Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ struct Constants {
1515 private static let blockstream = " https://blockstream.info/api "
1616 private static let mempoolspace = " https://mempool.space/api "
1717 static let allValues = [
18- blockstream,
1918 mempoolspace,
19+ blockstream,
2020 ]
2121 }
2222 struct Regtest {
@@ -35,12 +35,12 @@ struct Constants {
3535 }
3636 struct Testnet {
3737 static let blockstream = " http://blockstream.info/testnet/api/ "
38- static let kuutamo = " https://esplora.testnet.kuutamo.cloud "
38+ // static let kuutamo = "https://esplora.testnet.kuutamo.cloud"
3939 static let mempoolspace = " https://mempool.space/testnet/api/ "
4040 static let allValues = [
41- blockstream,
42- kuutamo,
4341 mempoolspace,
42+ blockstream,
43+ //kuutamo,
4444 ]
4545 }
4646 }
You can’t perform that action at this time.
0 commit comments