diff --git a/src/app/execution/txRunner.js b/src/app/execution/txRunner.js index 52753dbbdb..951c4c448f 100644 --- a/src/app/execution/txRunner.js +++ b/src/app/execution/txRunner.js @@ -76,7 +76,7 @@ TxRunner.prototype.execute = function (args, callback) { if (err) { console.log(err) } else { - if (network.name === 'Ropsten') { + if (network.name === 'Main') { modalDialog('Confirm transaction', remixdDialog(tx, self), { label: 'Confirm', fn: () => { @@ -128,7 +128,7 @@ TxRunner.prototype.execute = function (args, callback) { if (err) { console.log(err) } else { - if (network.name === 'Ropsten') { + if (network.name === 'Main') { modalDialog('Confirm transaction', remixdDialog(tx, self), { label: 'Confirm', fn: () => {