We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce793a9 commit 71507d4Copy full SHA for 71507d4
1 file changed
BDKSwiftExampleWallet/Utilities/Constants.swift
@@ -16,8 +16,8 @@ struct Constants {
16
private static let blockstream = "https://blockstream.info/api"
17
private static let mempoolspace = "https://mempool.space/api"
18
static let allValues = [
19
- blockstream,
20
mempoolspace,
+ blockstream,
21
]
22
}
23
struct Regtest {
0 commit comments