@@ -297,7 +297,7 @@ where
297
297
} => {
298
298
log_info ! (
299
299
self . logger,
300
- "Received payment from payment hash {} of {} msats " ,
300
+ "Received payment from payment hash {} of {}msat " ,
301
301
hex_utils:: to_string( & payment_hash. 0 ) ,
302
302
amount_msat,
303
303
) ;
@@ -336,7 +336,7 @@ where
336
336
} => {
337
337
log_info ! (
338
338
self . logger,
339
- "Claimed payment from payment hash {} of {} msats ." ,
339
+ "Claimed payment from payment hash {} of {}msat ." ,
340
340
hex_utils:: to_string( & payment_hash. 0 ) ,
341
341
amount_msat,
342
342
) ;
@@ -379,7 +379,7 @@ where
379
379
. expect ( "Failed to access payment store" ) ;
380
380
log_info ! (
381
381
self . logger,
382
- "Successfully sent payment of {} msats {} from \
382
+ "Successfully sent payment of {}msat {} from \
383
383
payment hash {:?} with preimage {:?}",
384
384
payment_info. amount_msat. unwrap( ) ,
385
385
if let Some ( fee) = fee_paid_msat {
@@ -490,15 +490,15 @@ where
490
490
if claim_from_onchain_tx {
491
491
log_info ! (
492
492
self . logger,
493
- "Forwarded payment{}{}, earning {} msats in fees from claiming onchain." ,
493
+ "Forwarded payment{}{}, earning {}msat in fees from claiming onchain." ,
494
494
from_prev_str,
495
495
to_next_str,
496
496
fee_earned,
497
497
) ;
498
498
} else {
499
499
log_info ! (
500
500
self . logger,
501
- "Forwarded payment{}{}, earning {} msats in fees." ,
501
+ "Forwarded payment{}{}, earning {}msat in fees." ,
502
502
from_prev_str,
503
503
to_next_str,
504
504
fee_earned,
0 commit comments