From 0593dc30920df68f723c65db93d433fc7e0f8f74 Mon Sep 17 00:00:00 2001 From: Dominion5254 Date: Fri, 3 Jan 2025 12:33:19 -0700 Subject: [PATCH] default v2transport to true (#157) --- scripts/services/getConfig.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/services/getConfig.ts b/scripts/services/getConfig.ts index 3bcc08c..1c801ca 100644 --- a/scripts/services/getConfig.ts +++ b/scripts/services/getConfig.ts @@ -267,7 +267,7 @@ export const getConfig: T.ExpectedExports.getConfig = async (effects) => { name: "Use V2 P2P Transport Protocol", description: "Enable or disable the use of BIP324 V2 P2P transport protocol.", - default: false, + default: true, }, addnode: { name: "Add Nodes",