channeldb: fix formatting for invoice migration log
This commit is contained in:
parent
93207608b5
commit
515ba7a4d0
@ -202,7 +202,7 @@ func migrateInvoiceTimeSeries(tx *bolt.Tx) error {
|
|||||||
|
|
||||||
invoice.AmtPaid = invoice.Terms.Value
|
invoice.AmtPaid = invoice.Terms.Value
|
||||||
|
|
||||||
log.Tracef("Adding invoice (preimage=%v, "+
|
log.Tracef("Adding invoice (preimage=%x, "+
|
||||||
"settle_index=%v) to add time series",
|
"settle_index=%v) to add time series",
|
||||||
invoice.Terms.PaymentPreimage[:],
|
invoice.Terms.PaymentPreimage[:],
|
||||||
nextSettleSeqNo)
|
nextSettleSeqNo)
|
||||||
|
Loading…
Reference in New Issue
Block a user