File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ The reader of `invoice_request`:
103
103
- MUST use the received ` contact_secret ` whenever paying that contact.
104
104
- MUST use the received ` payer_offer ` whenever paying that contact.
105
105
- 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.
108
108
- MAY use it to refresh the ` payer_offer ` periodically.
109
109
- MAY manually associate the received ` contact_secret ` with an existing
110
110
contact, if the user verified that the payment came from this contact.
@@ -258,3 +258,4 @@ section.
258
258
## Reference Implementations
259
259
260
260
- lightning-kmp: < https://github.com/ACINQ/lightning-kmp/pull/719 >
261
+ - phoenix wallet: < https://github.com/ACINQ/phoenix/pull/645 >
You can’t perform that action at this time.
0 commit comments