Skip to content

Commit

Permalink
rm extra type
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaljaydesai committed Jun 21, 2022
1 parent f700a50 commit edd5643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3.js/src/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3552,7 +3552,7 @@ export class Connection {
signatures: TransactionSignature[],
commitment?: Finality,
): Promise<(TransactionResponse | null)[]> {
const batch: RpcParams[] = signatures.map(signature => {
const batch = signatures.map(signature => {
const args = this._buildArgsAtLeastConfirmed([signature], commitment);
return {
methodName: 'getTransaction',
Expand Down

0 comments on commit edd5643

Please sign in to comment.