mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 02:02:10 +02:00
routing+channeldb: send payment metadata from invoice
This commit is contained in:
@@ -2792,6 +2792,9 @@ message Hop {
|
||||
to drop off at each hop within the onion.
|
||||
*/
|
||||
map<uint64, bytes> custom_records = 11;
|
||||
|
||||
// The payment metadata to send along with the payment to the payee.
|
||||
bytes metadata = 13;
|
||||
}
|
||||
|
||||
message MPPRecord {
|
||||
|
||||
Reference in New Issue
Block a user