nwc: make delay 5 seconds instead of 3
This commit is contained in:
@@ -190,7 +190,7 @@ func nwc_pay(url: WalletConnectURL, pool: RelayPool, post: PostBox, invoice: Str
|
|||||||
|
|
||||||
try? pool.add_relay(.nwc(url: url.relay))
|
try? pool.add_relay(.nwc(url: url.relay))
|
||||||
subscribe_to_nwc(url: url, pool: pool)
|
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
|
return ev
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user