diff --git a/remix-lib/src/execution/txHelper.js b/remix-lib/src/execution/txHelper.js index 9e2e54786c..630a972289 100644 --- a/remix-lib/src/execution/txHelper.js +++ b/remix-lib/src/execution/txHelper.js @@ -63,7 +63,7 @@ module.exports = { }, getConstructorInterface: function (abi) { - const funABI = { 'name': '', 'inputs': [], 'type': 'constructor', 'payable': 'false', 'outputs': [] } + const funABI = { 'name': '', 'inputs': [], 'type': 'constructor', 'payable': false, 'outputs': [] } if (typeof abi === 'string') { try { abi = JSON.parse(abi)