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 20a6b32 commit 781ebf0Copy full SHA for 781ebf0
src/utils/lightning/index.ts
@@ -574,7 +574,7 @@ export const setupLdk = async ({
574
`⚠️ RGS sync is stale: ${ageFormatted} hours old (last sync: ${dateFormatted})`,
575
);
576
await ldk.writeToLogFile(
577
- 'warn',
+ 'info',
578
`RGS sync is ${ageFormatted} hours old (last sync: ${dateFormatted}). This may cause payment routing failures due to outdated channel fees.`,
579
580
} else {
0 commit comments