net: enable v2transport by default

This commit is contained in:
Pieter Wuille
2024-01-29 14:12:14 -05:00
parent 411ba32af2
commit 0bef1042ce
2 changed files with 10 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ static constexpr bool DEFAULT_FIXEDSEEDS{true};
static const size_t DEFAULT_MAXRECEIVEBUFFER = 5 * 1000;
static const size_t DEFAULT_MAXSENDBUFFER = 1 * 1000;
static constexpr bool DEFAULT_V2_TRANSPORT{false};
static constexpr bool DEFAULT_V2_TRANSPORT{true};
typedef int64_t NodeId;