Skip to content

Commit 781ebf0

Browse files
committed
fix: log
1 parent 20a6b32 commit 781ebf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/lightning/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ export const setupLdk = async ({
574574
`⚠️ RGS sync is stale: ${ageFormatted} hours old (last sync: ${dateFormatted})`,
575575
);
576576
await ldk.writeToLogFile(
577-
'warn',
577+
'info',
578578
`RGS sync is ${ageFormatted} hours old (last sync: ${dateFormatted}). This may cause payment routing failures due to outdated channel fees.`,
579579
);
580580
} else {

0 commit comments

Comments
 (0)