From 2eb08d9e9e3c545c36ee68a5d8b4545fef027a3f Mon Sep 17 00:00:00 2001 From: Eduard Voiculescu Date: Thu, 17 Oct 2024 16:49:40 -0400 Subject: [PATCH] removing todo --- x/evm/handler_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/evm/handler_test.go b/x/evm/handler_test.go index e721f6c593..d0e97c5152 100644 --- a/x/evm/handler_test.go +++ b/x/evm/handler_test.go @@ -104,7 +104,7 @@ func (suite *HandlerTestSuite) TestHandleMsgEthereumTx() { true, }, { - "insufficient balance", // todo: shouldn't this be insufficient gas + "insufficient balance", func() { tx = types.NewTxContract(suite.chainID, 0, big.NewInt(100), 0, big.NewInt(10000), nil, nil, nil, nil) suite.signTx(tx)