return empty if nothing to decode

pull/1/head
yann300 7 years ago
parent 56fdb93aa6
commit cf44e80cfb
  1. 1
      src/app/execution/txFormat.js

@ -171,5 +171,6 @@ module.exports = {
return { error: 'Failed to decode output: ' + e }
}
}
return {}
}
}

Loading…
Cancel
Save