Skip to content

Commit eccc019

Browse files
committed
simulators/eth2/common: Disable track-fcu
1 parent 00ae640 commit eccc019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simulators/eth2/common/testnet/running_testnet.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ func StartTestnet(
231231
ProxyConfig: &exec_client.ExecutionProxyConfig{
232232
Host: simulatorIP,
233233
Port: exec_client.PortEngineRPC + nodeIndex,
234-
TrackForkchoiceUpdated: true,
234+
TrackForkchoiceUpdated: false,
235235
LogEngineCalls: env.LogEngineCalls,
236236
},
237237
},

0 commit comments

Comments
 (0)