Update getConfig.ts to make v2transport protocol default

This commit is contained in:
copy2018 2025-03-07 08:38:34 +00:00 committed by GitHub
parent f809cdc6a4
commit ab693fa484
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -416,7 +416,7 @@ export const getConfig: T.ExpectedExports.getConfig = async (effects) => {
type: "boolean",
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",