Skip to content

Commit 0dd7747

Browse files
authored
ui: seedview copy button timing
1 parent 2b37737 commit 0dd7747

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BDKSwiftExampleWallet/Utilities/Constants.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 = [

BDKSwiftExampleWallet/View/Settings/SeedView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)