Skip to content

Commit

Permalink
removing todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard-Voiculescu committed Oct 17, 2024
1 parent 610f7b6 commit 2eb08d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/evm/handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 2eb08d9

Please sign in to comment.