remove network check in `silentRunTx`

pull/5370/head
yann300 6 years ago committed by GitHub
parent 2b1d3b4a53
commit e0e23e489a
  1. 1
      remix-lib/src/universalDapp.js

@ -292,7 +292,6 @@ module.exports = class UniversalDApp {
* @param {Function} callback - callback.
*/
silentRunTx (tx, cb) {
if (!executionContext.isVM()) return cb('Cannot silently send transaction through a web3 provider')
this.txRunner.rawRun(
tx,
(network, tx, gasEstimation, continueTxExecution, cancelCb) => { continueTxExecution() },

Loading…
Cancel
Save