Skip to content

Commit

Permalink
Update bLIP 32 to point to BOLT 12 for name/domain inclusion (#48)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
TheBlueMatt authored Dec 3, 2024
1 parent 2d6bc43 commit c1a9418
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blip-0032.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ payment instructions. A current draft may be found at
Secondly, this document describes a method of fetching DNSSEC proofs without exiting the lightning
network.

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

#### Payer Protocol

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

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

#### Recipient Configuration

Expand Down

0 comments on commit c1a9418

Please # to comment.