mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-01 10:11:11 +02:00
routing+channeldb: send payment metadata from invoice
This commit is contained in:
@@ -31,7 +31,8 @@ var (
|
||||
65536: []byte{},
|
||||
80001: []byte{},
|
||||
},
|
||||
MPP: record.NewMPP(32, [32]byte{0x42}),
|
||||
MPP: record.NewMPP(32, [32]byte{0x42}),
|
||||
Metadata: []byte{1, 2, 3},
|
||||
}
|
||||
|
||||
testHop2 = &route.Hop{
|
||||
|
Reference in New Issue
Block a user