Skip to content

Commit c1a9418

Browse files
authored
Update bLIP 32 to point to BOLT 12 for name/domain inclusion (#48)
Placing BIP 353 name/domain entries in BOLT 12 `invoice_request`s ended up being done in BOLT 12 (in lightning/bolts#1180) rather than a bLIP, so we should make reference to that.
1 parent 2d6bc43 commit c1a9418

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blip-0032.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ payment instructions. A current draft may be found at
8383
Secondly, this document describes a method of fetching DNSSEC proofs without exiting the lightning
8484
network.
8585

86-
Finally, a forthcoming bLIP will define a method to include the `user` part of the human-readable
87-
name used to look up an `offer` in the `invoice_request`.
86+
Finally, BOLT 12 specifies the inclusion of `name` and `domain` parts in its `invoice_request`s.
8887

8988
#### Payer Protocol
9089

@@ -105,7 +104,8 @@ resulting URI. If it finds an `lno` query parameter, its value should contain a
105104
the payer can simply pay.
106105

107106
In order to allow for a static offer receiving funds on behalf of many users, the payer should
108-
include the `user` from their original query in the `invoice_request` they send the recipient.
107+
include the `user` and `domain` from their original query in the `invoice_request` they send the
108+
recipient.
109109

110110
#### Recipient Configuration
111111

0 commit comments

Comments
 (0)