1
0

add hold invoice cli functionality

This commit is contained in:
f321x
2025-03-31 13:08:09 +02:00
parent 2b68f65aac
commit 41b8b16a7c
4 changed files with 235 additions and 10 deletions

View File

@@ -331,6 +331,7 @@ class MockLNWallet(Logger, EventListener, NetworkRetryManager[LNPeerAddr]):
update_mpp_with_received_htlc = LNWallet.update_mpp_with_received_htlc
set_mpp_resolution = LNWallet.set_mpp_resolution
is_mpp_amount_reached = LNWallet.is_mpp_amount_reached
get_mpp_amounts = LNWallet.get_mpp_amounts
get_first_timestamp_of_mpp = LNWallet.get_first_timestamp_of_mpp
bundle_payments = LNWallet.bundle_payments
get_payment_bundle = LNWallet.get_payment_bundle