internal/ethapi: removed commented out code from test

This commit is contained in:
lightclient 2024-12-05 18:59:57 -05:00
parent f4b5798ba3
commit eda288cc81
No known key found for this signature in database
GPG key ID: 75C916AFEE20183E

View file

@ -636,7 +636,6 @@ func TestEstimateGas(t *testing.T) {
accounts[0].addr: {Balance: big.NewInt(params.Ether)},
accounts[1].addr: {Balance: big.NewInt(params.Ether)},
accounts[2].addr: {Balance: big.NewInt(params.Ether), Code: append(types.DelegationPrefix, accounts[3].addr.Bytes()...)},
// accounts[3].addr: {Code: []byte{byte(vm.ADDRESS), byte(vm.PUSH0), byte(vm.SSTORE)}},
},
}
genBlocks = 10