@solana/web3.js 1.78.1 → 1.78.2

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.
package/lib/index.cjs.js CHANGED
@@ -10844,7 +10844,7 @@ var Connection = /*#__PURE__*/function () {
10844
10844
  accounts = config === null || config === void 0 ? void 0 : (_config$lockedWritabl = config.lockedWritableAccounts) === null || _config$lockedWritabl === void 0 ? void 0 : _config$lockedWritabl.map(function (key) {
10845
10845
  return key.toBase58();
10846
10846
  });
10847
- args = this._buildArgs(accounts !== null && accounts !== void 0 && accounts.length ? [accounts] : []);
10847
+ args = accounts !== null && accounts !== void 0 && accounts.length ? [accounts] : [];
10848
10848
  _context56.next = 4;
10849
10849
  return this._rpcRequest('getRecentPrioritizationFees', args);
10850
10850
  case 4: