Skip to content

Commit 1052e4b

Browse files
committed
Add link to Phoenix implementation
And feedback from @robbiehanson.
1 parent e24d241 commit 1052e4b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

blip-0042.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ The reader of `invoice_request`:
103103
- MUST use the received `contact_secret` whenever paying that contact.
104104
- MUST use the received `payer_offer` whenever paying that contact.
105105
- If `payer_bip_353_name` was included:
106-
- MUST use it to fetch a `payer_offer` if none was included.
107-
- MUST use it to refresh the `payer_offer` when it expires.
106+
- SHOULD use it to fetch a `payer_offer` if none was included.
107+
- SHOULD use it to refresh the `payer_offer` if it expires.
108108
- MAY use it to refresh the `payer_offer` periodically.
109109
- MAY manually associate the received `contact_secret` with an existing
110110
contact, if the user verified that the payment came from this contact.
@@ -258,3 +258,4 @@ section.
258258
## Reference Implementations
259259

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

0 commit comments

Comments
 (0)