eth/catalyst: remove unnecessary unused variable suppression in simulated beacon test

This commit is contained in:
VolodymyrBg 2025-09-21 16:04:19 +03:00 committed by GitHub
parent 4414e2833f
commit d47d6d5f69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,7 +88,6 @@ func TestSimulatedBeaconSendWithdrawals(t *testing.T) {
var gasLimit uint64 = 10_000_000 var gasLimit uint64 = 10_000_000
genesis := core.DeveloperGenesisBlock(gasLimit, &testAddr) genesis := core.DeveloperGenesisBlock(gasLimit, &testAddr)
node, ethService, mock := startSimulatedBeaconEthService(t, genesis, 1) node, ethService, mock := startSimulatedBeaconEthService(t, genesis, 1)
_ = mock
defer node.Close() defer node.Close()
chainHeadCh := make(chan core.ChainHeadEvent, 10) chainHeadCh := make(chan core.ChainHeadEvent, 10)