Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bLIP 32 to point to BOLT 12 for name/domain inclusion #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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