Add 'expiry=' to 'invoice pending' log

This commit is contained in:
ekzyis 2024-08-26 05:34:43 -05:00
parent df7726e313
commit 6b6bbbf621
1 changed files with 1 additions and 1 deletions

View File

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