Skip to content

Commit

Permalink
fix transactionIndex -> index
Browse files Browse the repository at this point in the history
  • Loading branch information
zfy0701 committed Nov 28, 2023
1 parent c332151 commit d41357b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src.ts/providers/format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ export function formatTransactionResponse(value: any): TransactionResponseParams

blockHash: allowNull(formatHash, null),
blockNumber: allowNull(getNumber, null),
transactionIndex: allowNull(getNumber, null),
index: allowNull(getNumber, null),

//confirmations: allowNull(getNumber, null),

Expand Down

0 comments on commit d41357b

Please sign in to comment.