@depay/widgets 12.10.7 → 12.10.8

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.
@@ -27449,7 +27449,7 @@
27449
27449
  case 0:
27450
27450
  _context.t0 = JSON;
27451
27451
  _context.t1 = transaction.blockchain;
27452
- _context.t2 = transaction.from;
27452
+ _context.t2 = transaction.from || account;
27453
27453
  _context.next = 5;
27454
27454
  return getNonce({
27455
27455
  transaction: transaction,
@@ -27870,6 +27870,7 @@
27870
27870
  if (!synchronousTracking && !asynchronousTracking) {
27871
27871
  return Promise.resolve();
27872
27872
  }
27873
+ openSocket(transaction);
27873
27874
  return new Promise( /*#__PURE__*/function () {
27874
27875
  var _ref6 = _asyncToGenerator( /*#__PURE__*/regenerator.mark(function _callee6(resolve, reject) {
27875
27876
  var _paymentRoute$feeAmou2;