From 3e04e14515e0a1fff50f9e44d05385a292ccf3f9 Mon Sep 17 00:00:00 2001 From: Gary Rong Date: Mon, 11 May 2026 21:20:06 +0800 Subject: [PATCH] core: fix test --- core/state_processor_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/state_processor_test.go b/core/state_processor_test.go index 2700aed505..c3d9d64160 100644 --- a/core/state_processor_test.go +++ b/core/state_processor_test.go @@ -229,7 +229,7 @@ func TestStateProcessorErrors(t *testing.T) { txs: []*types.Transaction{ mkDynamicTx(0, common.Address{}, params.TxGas, bigNumber, bigNumber), }, - want: "could not apply tx 0 [0xd82a0c2519acfeac9a948258c47e784acd20651d9d80f9a1c67b4137651c3a24]: insufficient funds for gas * price + value: address 0x71562b71999873DB5b286dF957af199Ec94617F7 required balance exceeds 256 bits", + want: "could not apply tx 0 [0xd82a0c2519acfeac9a948258c47e784acd20651d9d80f9a1c67b4137651c3a24]: gas cost exceeds 256 bits", }, { // ErrMaxInitCodeSizeExceeded txs: []*types.Transaction{