Skip to content

Commit

Permalink
fix resolution data overwriting
Browse files Browse the repository at this point in the history
  • Loading branch information
ngundotra committed Jan 2, 2024
1 parent 37f9808 commit b7ffc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/program-interface/resolution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ export async function additionalAccountsRequest(
instruction.keys = originalKeys.concat(additionalAccounts);

// Reset original data
instruction.data = hashIxName(`${methodName}`);
instruction.data.set(hashIxName(`${methodName}`), 0);

return { ix: instruction, lookupTable };
}

0 comments on commit b7ffc0b

Please sign in to comment.