feat: Improvements to settings > routing fee reserve settings UX (#3857)
Co-authored-by: dni ⚡ <office@dnilabs.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user