Skip to content

Commit

Permalink
Consistent naming for log entries
Browse files Browse the repository at this point in the history
  • Loading branch information
bumi authored Dec 27, 2023
1 parent 8c12945 commit 1cc0e2b
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 1cc0e2b

Please sign in to comment.