Skip to content

Commit

Permalink
Add link to Phoenix implementation
Browse files Browse the repository at this point in the history
And feedback from @robbiehanson.
  • Loading branch information
t-bast committed Oct 31, 2024
1 parent e24d241 commit 1052e4b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions blip-0042.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ The reader of `invoice_request`:
- MUST use the received `contact_secret` whenever paying that contact.
- MUST use the received `payer_offer` whenever paying that contact.
- If `payer_bip_353_name` was included:
- MUST use it to fetch a `payer_offer` if none was included.
- MUST use it to refresh the `payer_offer` when it expires.
- SHOULD use it to fetch a `payer_offer` if none was included.
- SHOULD use it to refresh the `payer_offer` if it expires.
- MAY use it to refresh the `payer_offer` periodically.
- MAY manually associate the received `contact_secret` with an existing
contact, if the user verified that the payment came from this contact.
Expand Down Expand Up @@ -258,3 +258,4 @@ section.
## Reference Implementations

- lightning-kmp: <https://github.com/ACINQ/lightning-kmp/pull/719>
- phoenix wallet: <https://github.com/ACINQ/phoenix/pull/645>

0 comments on commit 1052e4b

Please sign in to comment.