1
0

Merge pull request #9685 from f321x/hold_invoice_cli

cli: add hold invoice cli functionality
This commit is contained in:
ThomasV
2025-06-01 12:03:46 +02:00
committed by GitHub
4 changed files with 235 additions and 10 deletions

View File

@@ -332,6 +332,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