Skip to content

Commit 3e41d74

Browse files
ssbrightdunxen
andauthored
Update lightning-invoice/src/utils.rs
Co-authored-by: dunxen <[email protected]>
1 parent 58cc5f0 commit 3e41d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-invoice/src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ pub fn create_invoice_from_channelmanager_and_duration_since_epoch_with_payment_
370370
L::Target: Logger,
371371
{
372372
let payment_secret = channelmanager
373-
.create_inbound_payment_for_hash(payment_hash,amt_msat,invoice_expiry_delta_secs)
373+
.create_inbound_payment_for_hash(payment_hash,amt_msat, invoice_expiry_delta_secs)
374374
.map_err(|()| SignOrCreationError::CreationError(CreationError::InvalidAmount))?;
375375
_create_invoice_from_channelmanager_and_duration_since_epoch_with_payment_hash(
376376
channelmanager, keys_manager, logger, network, amt_msat,

0 commit comments

Comments
 (0)