We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0d8351 commit d91d72dCopy full SHA for d91d72d
src/utils/lightning/index.ts
@@ -345,7 +345,7 @@ export const getFees: TGetFees = async () => {
345
});
346
347
updateOnchainFeeEstimates({ feeEstimates: fees });
348
- } catch (error) {
+ } catch (_error) {
349
// FALLBACK: Use cached fees if network fetch fails
350
const cachedFees = getFeesStore().onchain;
351
const feeAge = Date.now() - cachedFees.timestamp;
0 commit comments