From e109be4c6af243ac2608a4ffaa1b506cbec3edfe Mon Sep 17 00:00:00 2001 From: Kevin Li Date: Wed, 5 Oct 2022 12:44:47 -0400 Subject: [PATCH] fix lint --- api/eth_transactions_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/eth_transactions_test.go b/api/eth_transactions_test.go index 259e29030..0da6bddcc 100644 --- a/api/eth_transactions_test.go +++ b/api/eth_transactions_test.go @@ -63,8 +63,7 @@ func TestTxArgs(t *testing.T) { func TestTransformParams(t *testing.T) { constructorParams, err := actors.SerializeParams(&evm.ConstructorParams{ - Bytecode: mustDecodeHex("0x1122334455"), - InputData: []byte{}, + Bytecode: mustDecodeHex("0x1122334455"), }) require.Nil(t, err)