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 {
3434 ]
3535 }
3636 struct Testnet {
37- static let blockstream = " http ://blockstream.info/testnet/api/"
37+ static let blockstream = " https ://blockstream.info/testnet/api/"
3838 //static let kuutamo = "https://esplora.testnet.kuutamo.cloud"
3939 static let mempoolspace = " https://mempool.space/testnet/api/ "
4040 static let allValues = [
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ struct SeedView: View {
4444 UIPasteboard . general. string = seed. mnemonic
4545 isCopied = true
4646 showCheckmark = true
47- DispatchQueue . main. asyncAfter ( deadline: . now( ) + 1 ) {
47+ DispatchQueue . main. asyncAfter ( deadline: . now( ) + 0.75 ) {
4848 isCopied = false
4949 showCheckmark = false
5050 }
You can’t perform that action at this time.
0 commit comments