Unverified Commit 29676c2a authored by yann300's avatar yann300 Committed by GitHub

standard

parent f5efdbc3
...@@ -75,7 +75,7 @@ module.exports = { ...@@ -75,7 +75,7 @@ module.exports = {
return funABI return funABI
}, },
serializeInputs: function (fnAbi) { serializeInputs: function (fnAbi) {
var serialized = '(' var serialized = '('
if (fnAbi.inputs && fnAbi.inputs.length) { if (fnAbi.inputs && fnAbi.inputs.length) {
......
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