Fix offsets inside PerpMarket

This commit is contained in:
Christian Kamm 2022-06-20 12:52:27 +02:00
parent 1d7f09331b
commit 28bf02ffa1
1 changed files with 2 additions and 2 deletions

View File

@ -995,7 +995,7 @@ export class MangoClient {
filters.push({
memcmp: {
bytes: bs58.encode(bbuf),
offset: 428,
offset: 444,
},
});
}
@ -1006,7 +1006,7 @@ export class MangoClient {
filters.push({
memcmp: {
bytes: bs58.encode(qbuf),
offset: 430,
offset: 446,
},
});
}