This commit is contained in:
Kevin Li 2022-10-05 12:44:47 -04:00 committed by vyzo
parent 16ee7d07a8
commit e109be4c6a

View File

@ -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)