Merge pull request #472 from getAlby/bumi-patch-1

Consistent naming for log entries
This commit is contained in:
Michael Bumann
2024-01-06 11:21:21 +02:00
committed by GitHub

View File

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