Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 4da268d

Browse files
Merge pull request #684 from MutinyWallet/custom-expire-time
Change invoice expiry to 1 hour
2 parents f2d85bd + 6c57fa1 commit 4da268d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mutiny-core/src/node.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -768,15 +768,15 @@ impl<S: MutinyStorage> Node<S> {
768768
amount_msat,
769769
description,
770770
now,
771-
1500,
771+
3600,
772772
Some(40),
773773
)
774774
}
775775
Some(r) => create_phantom_invoice(
776776
amount_msat,
777777
None,
778778
description,
779-
1500,
779+
3600,
780780
r,
781781
self.keys_manager.clone(),
782782
self.keys_manager.clone(),

0 commit comments

Comments
 (0)