mirror of
https://github.com/Retropex/knots-startos.git
synced 2025-05-12 19:30:45 +02:00
Update getConfig.ts to make v2transport protocol default
This commit is contained in:
parent
f809cdc6a4
commit
ab693fa484
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user