multi: make tlv onion compulsory

This commit is contained in:
Keagan McClelland
2023-12-13 15:56:33 -08:00
parent 9afe1b72dc
commit 239103c2b3
9 changed files with 29 additions and 26 deletions

View File

@@ -379,7 +379,7 @@ func TestPaymentAddrOnlyNoSplit(t *testing.T) {
twoPathGraph(ctx.graph, chanSize, chanSize)
payAddrOnlyFeatures := []lnwire.FeatureBit{
lnwire.TLVOnionPayloadOptional,
lnwire.TLVOnionPayloadRequired,
lnwire.PaymentAddrOptional,
}