@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.browser.cjs.js +1 -1
- package/lib/index.browser.cjs.js.map +1 -1
- package/lib/index.browser.esm.js +1 -1
- package/lib/index.browser.esm.js.map +1 -1
- package/lib/index.cjs.js +1 -1
- package/lib/index.cjs.js.map +1 -1
- package/lib/index.esm.js +1 -1
- package/lib/index.esm.js.map +1 -1
- package/lib/index.iife.js +183 -302
- package/lib/index.iife.js.map +1 -1
- package/lib/index.iife.min.js +2 -2
- package/lib/index.iife.min.js.map +1 -1
- package/lib/index.native.js +1 -1
- package/lib/index.native.js.map +1 -1
- package/package.json +3 -3
- package/src/connection.ts +1 -1
package/lib/index.native.js
CHANGED
|
@@ -8321,7 +8321,7 @@ var Connection = /*#__PURE__*/function () {
|
|
|
8321
8321
|
accounts = config === null || config === void 0 ? void 0 : (_config$lockedWritabl = config.lockedWritableAccounts) === null || _config$lockedWritabl === void 0 ? void 0 : _config$lockedWritabl.map(function (key) {
|
|
8322
8322
|
return key.toBase58();
|
|
8323
8323
|
});
|
|
8324
|
-
args =
|
|
8324
|
+
args = accounts !== null && accounts !== void 0 && accounts.length ? [accounts] : [];
|
|
8325
8325
|
_context56.next = 4;
|
|
8326
8326
|
return this._rpcRequest('getRecentPrioritizationFees', args);
|
|
8327
8327
|
case 4:
|