Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 4df5009

Browse files
committed
call monitorStaticConfig on Byron topology
1 parent 75a94e1 commit 4df5009

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/exec/Main.hs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -381,11 +381,7 @@ runByron tracer byronOptions genesisConfig blockConfig updateConfig nodeConfig e
381381
networkConfig <- CSL.intNetworkConfigOpts
382382
(Trace.named cslTrace)
383383
(boNetworkOptions byronOptions)
384-
let networkConfig' = networkConfig
385-
{ ncEnqueuePolicy = Policy.defaultEnqueuePolicyRelay
386-
, ncDequeuePolicy = Policy.defaultDequeuePolicyRelay
387-
}
388-
bpc :: ByronProxyConfig
384+
let bpc :: ByronProxyConfig
389385
bpc = configFromCSLConfigs
390386
genesisConfig
391387
blockConfig

0 commit comments

Comments
 (0)