Skip to content

Commit

Permalink
rename instructionIndex to innerInstructionIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgroul committed Oct 30, 2024
1 parent 0dd85c8 commit 93b5d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solana/solana-stream/src/archive/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const getDataSchema = weakMemo((fields: FieldSelection) => {
transactionIndex: NAT,
instructionAddress: array(NAT),
...project(fields.instruction, {
instructionIndex: NAT,
innerInstructionIndex: NAT,
programId: B58,
accounts: array(B58),
data: B58,
Expand Down

0 comments on commit 93b5d62

Please sign in to comment.