1
0
mirror of git://jb55.com/damus synced 2024-09-18 19:23:49 +00:00

nwc: make delay 5 seconds instead of 3

This commit is contained in:
William Casarin 2023-05-14 11:11:27 -07:00
parent 1fff0abce5
commit 60260ae53b

View File

@ -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: 3.0)
post.send(ev, to: [url.relay.id], skip_ephemeral: false, delay: 5.0)
return ev
}