feature: fixup making data loss protection compulsory

This commit is contained in:
Keagan McClelland 2023-12-13 17:23:01 -08:00
parent 717facc202
commit d47338cd45

View File

@ -128,7 +128,7 @@ func testManager(t *testing.T, test managerTest) {
}
}
assertSet(lnwire.DataLossProtectOptional)
assertSet(lnwire.DataLossProtectRequired)
if !test.cfg.NoTLVOnion {
assertSet(lnwire.TLVOnionPayloadRequired)
}