diff --git a/src/app/execution/txFormat.js b/src/app/execution/txFormat.js index 14e0412f57..aba5f32825 100644 --- a/src/app/execution/txFormat.js +++ b/src/app/execution/txFormat.js @@ -171,5 +171,6 @@ module.exports = { return { error: 'Failed to decode output: ' + e } } } + return {} } }