remove bufferize

pull/1/head
yann300 7 years ago
parent e908298d26
commit 59daa84824
  1. 3
      src/app/execution/txHelper.js

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

Loading…
Cancel
Save