Merge branch 'main' of github.com:blockworks-foundation/mango-v4-ui

This commit is contained in:
Riordan Panayides 2023-10-18 16:52:33 +01:00
commit 633d44c3ac
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ const ClaimPage = () => {
claimIxes.push(...ixs) claimIxes.push(...ixs)
} }
chunk(claimIxes, 4).map((x) => chunk(claimIxes, 2).map((x) =>
transactionInstructions.push({ transactionInstructions.push({
instructionsSet: x, instructionsSet: x,
sequenceType: SequenceType.Parallel, sequenceType: SequenceType.Parallel,