Commit 51d98bfd authored by 轻松's avatar 轻松

ci:check_fmt

parent d8b2cf35
...@@ -165,7 +165,7 @@ func UnpackAllTypes(data []byte, name, abiData string) (output []*Param, err err ...@@ -165,7 +165,7 @@ func UnpackAllTypes(data []byte, name, abiData string) (output []*Param, err err
return output, err return output, err
} }
values := []interface{}{} values := make([]interface{}, 0)
var arguments Arguments var arguments Arguments
if method, ok := abi.Methods[name]; ok { if method, ok := abi.Methods[name]; ok {
if len(data)%32 == 0 { if len(data)%32 == 0 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment