@percolatorct/sdk 1.0.0-beta.19 → 1.0.0-beta.20
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2354,7 +2354,7 @@ function buildLayoutV12_15(maxAccounts, dataLen) {
|
|
|
2354
2354
|
const accountSize = isSbf ? V12_15_ACCOUNT_SIZE_SMALL : V12_15_ACCOUNT_SIZE;
|
|
2355
2355
|
const engineOff = isSbf ? V12_15_ENGINE_OFF_SBF : V12_15_ENGINE_OFF;
|
|
2356
2356
|
const bitmapOff = V12_15_ENGINE_BITMAP_OFF;
|
|
2357
|
-
const effectiveBitmapOff = isSbf ?
|
|
2357
|
+
const effectiveBitmapOff = isSbf ? 648 : bitmapOff;
|
|
2358
2358
|
const bitmapWords = Math.ceil(maxAccounts / 64);
|
|
2359
2359
|
const bitmapBytes = bitmapWords * 8;
|
|
2360
2360
|
const postBitmap = 18;
|