Add 'expiry=' to 'invoice pending' log
This commit is contained in:
parent
df7726e313
commit
6b6bbbf621
|
@ -71,7 +71,7 @@ func (lnd *LNDClient) CheckInvoices(db *db.DB) {
|
|||
}
|
||||
|
||||
if !inv.State.IsFinal() {
|
||||
log.Printf("invoice pending: %s %s", h, time.Until(expiresAt))
|
||||
log.Printf("invoice pending: %s expiry=%s", h, time.Until(expiresAt))
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue