Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed Jan 19, 2021
1 parent 61fb0a8 commit 0477223
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions globals-bench.nix
Expand Up @@ -102,13 +102,13 @@ in (rec {
private = true;
networkConfig = envConfigBase.networkConfig // {
Protocol = "Cardano";
inherit ShelleyGenesisFile ShelleyGenesisHash;
inherit ByronGenesisFile ByronGenesisHash;
inherit ShelleyGenesisFile;
inherit ByronGenesisFile;
};
nodeConfig = envConfigBase.nodeConfig // {
Protocol = "Cardano";
inherit ShelleyGenesisFile ShelleyGenesisHash;
inherit ByronGenesisFile ByronGenesisHash;
inherit ShelleyGenesisFile;
inherit ByronGenesisFile;
};
txSubmitConfig = {
inherit (networkConfig) RequiresNetworkMagic;
Expand Down Expand Up @@ -142,7 +142,6 @@ in (rec {
(recursiveUpdate
(benchmarkingLogConfig "node")
({
inherit ShelleyGenesisHash ByronGenesisHash;
TracingVerbosity = "NormalVerbosity";
minSeverity = "Debug";
TurnOnLogMetrics = true;
Expand Down

0 comments on commit 0477223

Please sign in to comment.