Skip to content

Commit

Permalink
Merge pull request #61 from breez/savage-recieve-waiting-confirmation
Browse files Browse the repository at this point in the history
Add developer note for waiting confirmation
  • Loading branch information
dangeross authored Jan 10, 2025
2 parents 2e70756 + b085e4b commit abb3f10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/guide/receive_payment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>PaymentWaitingConfirmation</code> event before displaying a successful payment feedback in the UI. At this point the transaction is broadcast and will be shortly confirmed.
</div>

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

0 comments on commit abb3f10

Please sign in to comment.