mirror of
https://github.com/scsibug/nostr-rs-relay.git
synced 2024-11-22 00:59:07 -05:00
Problem: payment status isn't updated until an event is published
Problem: payment status isn't updated until an event is published, this is a bit confusing for the user. Simplest solution: change the wording to tell the user to send an event and trigger the relay to check for payment.
This commit is contained in:
parent
087b68128f
commit
68d7d75cc7
|
@ -499,7 +499,7 @@ async fn handle_web_request(
|
|||
</div>
|
||||
<div>
|
||||
<p> This page will not refresh </p>
|
||||
<p> Verify admission <a href=/account?pubkey={}>here</a> once you have paid</p>
|
||||
<p> After you have paid the invoice, publish an event to trigger the relay to check for payment. Events published after that should be accepted by the relay and your admission status should be shown <a href=/account?pubkey={}>here</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue
Block a user