mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
eth/catalyst: remove unnecessary unused variable suppression in simulated beacon test
This commit is contained in:
parent
4414e2833f
commit
d47d6d5f69
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue