1
0

Merge pull request #10067 from f321x/max_cltv_lnpay

cli: add max_cltv, max_fee_msat parameters to lnpay
This commit is contained in:
ghost43
2025-08-01 15:14:44 +00:00
committed by GitHub
4 changed files with 78 additions and 21 deletions

View File

@@ -288,7 +288,7 @@ class MockLNWallet(Logger, EventListener, NetworkRetryManager[LNPeerAddr]):
amount_msat=amount_msat,
paysession=paysession,
full_path=full_path,
budget=PaymentFeeBudget.default(invoice_amount_msat=amount_msat, config=self.config),
budget=PaymentFeeBudget.from_invoice_amount(invoice_amount_msat=amount_msat, config=self.config),
)]
get_payments = LNWallet.get_payments