This commit is contained in:
Kevin Li
2022-11-09 19:30:27 +02:00
committed by vyzo
parent 16ee7d07a8
commit e109be4c6a
+1 -2
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)