feat: Improvements to settings > routing fee reserve settings UX (#3857)

Co-authored-by: dni  <office@dnilabs.com>
This commit is contained in:
blackcoffeexbt
2026-03-18 11:29:29 +00:00
committed by GitHub
co-authored by dni ⚡
parent 1be2d1a680
commit d9eda48298
7 changed files with 488 additions and 47 deletions
+3
View File
@@ -143,6 +143,9 @@ class SparkL2Wallet(Wallet):
async def pay_invoice(self, bolt11: str, fee_limit_msat: int) -> PaymentResponse:
try:
max_fee_sats = (int(fee_limit_msat) + 999) // 1000
logger.info(
f"Paying invoice via Spark sidecar with max fee {max_fee_sats} sats."
)
payment_hash = None
try: