damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit ae4d9ab8ba007c1e82990c502378199d75385e7d
parent 85262e1a4e5884cc790911d7e8424cec3da54687
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 13 May 2023 23:54:55 -0700

nwc: make delay 3 seconds instead of 5

Diffstat:
Mdamus/Util/WalletConnect.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/damus/Util/WalletConnect.swift b/damus/Util/WalletConnect.swift @@ -190,7 +190,7 @@ func nwc_pay(url: WalletConnectURL, pool: RelayPool, post: PostBox, invoice: Str try? pool.add_relay(.nwc(url: url.relay)) subscribe_to_nwc(url: url, pool: pool) - post.send(ev, to: [url.relay.id], skip_ephemeral: false, delay: 5.0) + post.send(ev, to: [url.relay.id], skip_ephemeral: false, delay: 3.0) return ev }