@metamask-previews/transaction-controller 46.0.0-preview-1b0ea93a → 46.0.0-preview-af470a9

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.
@@ -372,6 +372,7 @@ class TransactionController extends base_controller_1.BaseController {
372
372
  const selectedAddress = __classPrivateFieldGet(this, _TransactionController_instances, "m", _TransactionController_getSelectedAccount).call(this).address;
373
373
  const internalAccounts = __classPrivateFieldGet(this, _TransactionController_instances, "m", _TransactionController_getInternalAccounts).call(this);
374
374
  await (0, validation_1.validateTransactionOrigin)({
375
+ data: txParams.data,
375
376
  from: txParams.from,
376
377
  internalAccounts,
377
378
  origin,