Jonathan Underwood <[email protected]> writes:
> iirc they are using the description as a way to join the user data and the
> payment hash on their end.

But the description isn't used when I send a payment.  All they get is
the payment_hash.

> htlc me is one node but separates its balance into user accounts that exist
> outside lightning. I think the identifier is used so when their backend
> checks the payment request status, the user info is right there in their
> local lnd RPC response rather than having to store their own database
> separately.

Ah, that's understandable, but it seems like a wrong API.

c-lightning doesn't store the description in the database at all: each
invoice uses a label which the invoice creator specifies.  Unlike a
description, this must be unique.  It's not exposed to customers at all.

Cheers,
Rusty.
_______________________________________________
Lightning-dev mailing list
[email protected]
https://lists.linuxfoundation.org/mailman/listinfo/lightning-dev

Reply via email to