fix lint
This commit is contained in:
parent
16ee7d07a8
commit
e109be4c6a
@ -63,8 +63,7 @@ func TestTxArgs(t *testing.T) {
|
|||||||
|
|
||||||
func TestTransformParams(t *testing.T) {
|
func TestTransformParams(t *testing.T) {
|
||||||
constructorParams, err := actors.SerializeParams(&evm.ConstructorParams{
|
constructorParams, err := actors.SerializeParams(&evm.ConstructorParams{
|
||||||
Bytecode: mustDecodeHex("0x1122334455"),
|
Bytecode: mustDecodeHex("0x1122334455"),
|
||||||
InputData: []byte{},
|
|
||||||
})
|
})
|
||||||
require.Nil(t, err)
|
require.Nil(t, err)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user