We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156ff8d commit f023424Copy full SHA for f023424
nix/workbench/service/nodes.nix
@@ -116,6 +116,9 @@ let
116
TargetNumberOfActivePeers = max 15 valency;
117
TargetNumberOfEstablishedPeers = max 40 valency;
118
119
+ ## use new tx submission logic, reducing overall tx diffusion
120
+ TxSubmissionLogicVersion = 2;
121
+
122
ByronGenesisFile = "../genesis/byron/genesis.json";
123
ShelleyGenesisFile = "../genesis/genesis-shelley.json";
124
AlonzoGenesisFile = "../genesis/genesis.alonzo.json";
0 commit comments