Commit 59daa848 authored by yann300's avatar yann300

remove bufferize

parent e908298d
...@@ -12,9 +12,6 @@ module.exports = { ...@@ -12,9 +12,6 @@ module.exports = {
if (args.length < types.length) { if (args.length < types.length) {
args.push('') args.push('')
} }
if (args[i].indexOf && args[i].indexOf('0x') === 0) {
args[i] = new Buffer(args[i].replace('0x', ''), 'hex')
}
} }
} }
......
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