Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add developer note for waiting confirmation #61

Merged
merged 2 commits into from
Jan 10, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/guide/receive_payment.md
Original file line number Diff line number Diff line change
@@ -251,6 +251,11 @@ receive method, optionally specifying a description.
- For Bitcoin/Liquid BIP21 payments, it will be encoded in the URI as the `message` field.
- For plain Liquid payments, the description has no effect.

<div class="warning">
<h4>Developer note</h4>
When waiting for a payment to be received, it is enough to wait for a <code>PaymentWaitingNotification</code> event before displaying a successful payment feedback in the UI. At this point the transaction is broadcast and will be shortly confirmed.
dangeross marked this conversation as resolved.
Show resolved Hide resolved
</div>

<custom-tabs category="lang">
<div slot="title">Rust</div>
<section>