@metamask-previews/transaction-controller 52.3.0-preview-8ea9b81f → 52.3.0-preview-6cc620a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -568,7 +568,6 @@ class TransactionController extends base_controller_1.BaseController {
568
568
  chainId: __classPrivateFieldGet(this, _TransactionController_instances, "m", _TransactionController_getChainId).call(this, networkClientId),
569
569
  ethQuery,
570
570
  isSimulationEnabled: __classPrivateFieldGet(this, _TransactionController_isSimulationEnabled, "f").call(this),
571
- messenger: this.messagingSystem,
572
571
  txParams: transaction,
573
572
  });
574
573
  return { gas: estimatedGas, simulationFails };
@@ -589,7 +588,6 @@ class TransactionController extends base_controller_1.BaseController {
589
588
  chainId: __classPrivateFieldGet(this, _TransactionController_instances, "m", _TransactionController_getChainId).call(this, networkClientId),
590
589
  ethQuery,
591
590
  isSimulationEnabled: __classPrivateFieldGet(this, _TransactionController_isSimulationEnabled, "f").call(this),
592
- messenger: this.messagingSystem,
593
591
  txParams: transaction,
594
592
  });
595
593
  const gas = (0, gas_1.addGasBuffer)(estimatedGas, blockGasLimit, multiplier);
@@ -2196,7 +2194,6 @@ _TransactionController_internalEvents = new WeakMap(), _TransactionController_me
2196
2194
  ethQuery,
2197
2195
  isCustomNetwork,
2198
2196
  isSimulationEnabled: __classPrivateFieldGet(this, _TransactionController_isSimulationEnabled, "f").call(this),
2199
- messenger: this.messagingSystem,
2200
2197
  txMeta: transactionMeta,
2201
2198
  });
2202
2199
  }, _TransactionController_registerActionHandlers = function _TransactionController_registerActionHandlers() {