mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-27 14:11:04 +02:00
htlcswitch: improve loggings for Keystone
This commit is contained in:
@@ -294,7 +294,7 @@ func (c *mailboxContext) checkFails(adds []*htlcPacket) {
|
||||
|
||||
select {
|
||||
case pkt := <-c.forwards:
|
||||
c.t.Fatalf("unexpected forward: %v", pkt)
|
||||
c.t.Fatalf("unexpected forward: %v", pkt.keystone())
|
||||
case <-time.After(50 * time.Millisecond):
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user