Skip to content

Commit

Permalink
fix: skipParamCheck: true
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Dec 5, 2023
1 parent cc45ab1 commit 7b5440d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/lightning/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ export const setupLdk = async ({
serverPubKey: __BACKUPS_SERVER_PUBKEY__,
},
rapidGossipSyncUrl,
skipParamCheck: false, //Switch off for debugging LDK networking issues
skipParamCheck: true, //Switch off for debugging LDK networking issues
});

if (lmStart.isErr()) {
Expand Down

0 comments on commit 7b5440d

Please sign in to comment.