Consistent naming for log entries

This commit is contained in:
Michael Bumann
2023-12-27 17:19:26 +02:00
committed by GitHub
parent 8c1294572e
commit 1cc0e2b151

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