mirror of
https://github.com/lightningequipment/circuitbreaker.git
synced 2026-08-13 12:33:02 +02:00
commit
bce52db8b7
1 changed files with 1 additions and 1 deletions
|
|
@ -260,7 +260,7 @@ func (p *process) createPeerController(ctx context.Context, peer route.Vertex,
|
|||
// restart. We don't store these htlcs because they have
|
||||
// incomplete information (missing add time and amounts).
|
||||
if htlc.addTime.IsZero() {
|
||||
log.Debug("Not storing incomplete htlc resumed after "+
|
||||
log.Debugf("Not storing incomplete htlc resumed after "+
|
||||
"restart: %v (%v) -> %v (%v)",
|
||||
htlc.incomingCircuit.channel,
|
||||
htlc.incomingCircuit.htlc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue