Added note for bLIP 10 fields removed by #510#587
Added note for bLIP 10 fields removed by #510#587ericpp wants to merge 1 commit intoPodcastindex-org:mainfrom
Conversation
|
And since |
|
and it's a great indication of "what the client meant to send", to be sanity checked against what was actually received also, as you say, already being sent by many |
|
this was my only recommended note for whoever is in charge of the spec over in https://reflex.livewire.io/apps |
|
@johnspurlock Invoices do contain both sat and msat totals:
On the other hand, getting it from the invoice is better for reporting actual received msat totals, since TLVs can be easily spoofed. It's easy to send a 1 sat payment with a TLV that says I sent a 1M sat payment. |
ea22ea2 to
17750b5
Compare
|
Thanks to @johnspurlock we added both value_msat and value_msat_total to the Alby Dashboard. Are we missing anything else John?
|


The spec was changed when it was transferred over from the lightning repo and several unused or underused fields were removed (see #510). This PR adds a note listing the fields that were removed and links to the #510 for more info.
Some apps are still using these fields (particularly
value_msat, see: https://reflex.livewire.io/apps) and it would be good to indicate in the spec that they should no longer be used