Skip to content

Commit 758dfc9

Browse files
authored
Merge pull request bitcoin#1672 from TheBlueMatt/2024-10-payment-expiry
Explicitly mention care around payment instruction expiry in 353
2 parents a1be309 + e1aab46 commit 758dfc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bip-0353.mediawiki

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ User and domain names which are not expressible using standard printable ASCII M
4646

4747
Note that because resolvers are not required to support resolving non-ASCII identifiers, wallets SHOULD avoid using non-ASCII identifiers.
4848

49+
For payment instructions that have a built-in expiry time (e.g. Lightning BOLT 12 offers), care must be taken to ensure that the DNS records expire prior to the expiry of the payment instructions. Otherwise, senders may have payment instructions cached locally which have expired, preventing payment.
50+
4951
=== Resolution ===
5052

5153
Clients resolving Bitcoin payment instructions MUST ignore any TXT records at the same label which do not begin with (ignoring case) "bitcoin:". Resolvers encountering multiple "bitcoin:"-matching TXT records at the same label MUST treat the records as invalid and refuse to use any payment instructions therein.

0 commit comments

Comments
 (0)