Skip to content

Commit

Permalink
default v2transport to true (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominion5254 authored Jan 3, 2025
1 parent b560d36 commit 0593dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/services/getConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0593dc3

Please sign in to comment.