@drift-labs/sdk 2.109.0-beta.11 → 2.109.0-beta.12
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/VERSION +1 -1
- package/lib/browser/decode/user.js +1 -0
- package/lib/node/decode/user.js +1 -0
- package/package.json +1 -1
- package/src/decode/user.ts +1 -0
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.109.0-beta.
|
|
1
|
+
2.109.0-beta.12
|
package/lib/node/decode/user.js
CHANGED
package/package.json
CHANGED
package/src/decode/user.ts
CHANGED
|
@@ -238,6 +238,7 @@ export function decodeUser(buffer: Buffer): UserAccount {
|
|
|
238
238
|
const auctionDuration = buffer.readUInt8(offset);
|
|
239
239
|
offset += 1;
|
|
240
240
|
const postedSlotTail = buffer.readUint8(offset);
|
|
241
|
+
offset += 1;
|
|
241
242
|
offset += 2; // padding
|
|
242
243
|
orders.push({
|
|
243
244
|
slot,
|