htlcswitch: improve loggings for Keystone

This commit is contained in:
yyforyongyu
2023-01-12 21:11:53 +08:00
parent 6f0383bb4f
commit 31a40abd91
3 changed files with 4 additions and 2 deletions

View File

@@ -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):
}
}