Skip to content

Commit eda288c

Browse files
committed
internal/ethapi: removed commented out code from test
1 parent f4b5798 commit eda288c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/ethapi/api_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,6 @@ func TestEstimateGas(t *testing.T) {
636636
accounts[0].addr: {Balance: big.NewInt(params.Ether)},
637637
accounts[1].addr: {Balance: big.NewInt(params.Ether)},
638638
accounts[2].addr: {Balance: big.NewInt(params.Ether), Code: append(types.DelegationPrefix, accounts[3].addr.Bytes()...)},
639-
// accounts[3].addr: {Code: []byte{byte(vm.ADDRESS), byte(vm.PUSH0), byte(vm.SSTORE)}},
640639
},
641640
}
642641
genBlocks = 10

0 commit comments

Comments
 (0)