Skip to content

Commit 0ea22d7

Browse files
committed
test: align TestStateProcessorErrors with updated MaxInitCodeSize
1 parent 34e1482 commit 0ea22d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/state_processor_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ func TestStateProcessorErrors(t *testing.T) {
257257
txs: []*types.Transaction{
258258
mkDynamicCreationTx(0, 2200000, common.Big0, big.NewInt(params.InitialBaseFee), tooBigInitCode[:]),
259259
},
260-
want: "could not apply tx 0 [0x69ce6254cd3a8f1c5b5027fab79ae62ab9de5e7d6297cf7101d61ad8f65d7cf4]: max initcode size exceeded: code size 507905 limit 507904",
260+
want: "could not apply tx 0 [0xbd18b2276dd1d7ded4033f2670b70edba603b7f47708c708e0b47dc2ab985a6d]: max initcode size exceeded: code size 253953 limit 253952",
261261
},
262262
{ // ErrIntrinsicGas: Not enough gas to cover init code
263263
txs: []*types.Transaction{

0 commit comments

Comments
 (0)