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

Commit f4e5b30

Browse files
committed
call monitorStaticConfig on Byron topology
1 parent 1a3b01b commit f4e5b30

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
@@ -491,11 +491,7 @@ runByron tracer byronOptions genesisConfig blockConfig updateConfig nodeConfig e
491491
networkConfig <- CSL.intNetworkConfigOpts
492492
(Trace.named cslTrace)
493493
(boNetworkOptions byronOptions)
494-
let networkConfig' = networkConfig
495-
{ ncEnqueuePolicy = Policy.defaultEnqueuePolicyRelay
496-
, ncDequeuePolicy = Policy.defaultDequeuePolicyRelay
497-
}
498-
bpc :: ByronProxyConfig
494+
let bpc :: ByronProxyConfig
499495
bpc = configFromCSLConfigs
500496
genesisConfig
501497
blockConfig

0 commit comments

Comments
 (0)