File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ struct Constants {
34
34
]
35
35
}
36
36
struct Testnet {
37
- static let blockstream = " http ://blockstream.info/testnet/api/"
37
+ static let blockstream = " https ://blockstream.info/testnet/api/"
38
38
//static let kuutamo = "https://esplora.testnet.kuutamo.cloud"
39
39
static let mempoolspace = " https://mempool.space/testnet/api/ "
40
40
static let allValues = [
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ struct SeedView: View {
44
44
UIPasteboard . general. string = seed. mnemonic
45
45
isCopied = true
46
46
showCheckmark = true
47
- DispatchQueue . main. asyncAfter ( deadline: . now( ) + 1 ) {
47
+ DispatchQueue . main. asyncAfter ( deadline: . now( ) + 0.75 ) {
48
48
isCopied = false
49
49
showCheckmark = false
50
50
}
You can’t perform that action at this time.
0 commit comments