mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-12 14:12:27 +02:00
htlcswitch: Fix failure error handling on outgoing adds.
This commit is contained in:
committed by
Olaoluwa Osuntokun
parent
813c012ffe
commit
88dc73adb0
@ -33,7 +33,6 @@ func TestMailBoxCouriers(t *testing.T) {
|
||||
outgoingChanID: lnwire.NewShortChanIDFromInt(uint64(prand.Int63())),
|
||||
incomingChanID: lnwire.NewShortChanIDFromInt(uint64(prand.Int63())),
|
||||
amount: lnwire.MilliSatoshi(prand.Int63()),
|
||||
isObfuscated: i%2 == 0,
|
||||
}
|
||||
sentPackets[i] = pkt
|
||||
|
||||
|
Reference in New Issue
Block a user