Skip to content

Commit

Permalink
Merge pull request #472 from getAlby/bumi-patch-1
Browse files Browse the repository at this point in the history
Consistent naming for log entries
  • Loading branch information
bumi authored Jan 6, 2024
2 parents 8c12945 + 1cc0e2b commit 7f93ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reconciliation_lost_invoices/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func main() {
}
messageJson := map[string]interface{}{
"message": "reconciliation: potential missing invoice",
"r_hash": hex.EncodeToString(lndInvoice.RHash),
"payment_hash": hex.EncodeToString(lndInvoice.RHash),
"keysend": lndInvoice.IsKeysend,
"custom_records": firstHtlc.CustomRecords,
}
Expand Down

0 comments on commit 7f93ea8

Please sign in to comment.