Skip to content

Commit

Permalink
fix: rectify default provider wait parameter typing
Browse files Browse the repository at this point in the history
  • Loading branch information
penovicp committed Mar 7, 2023
1 parent ffbf9f8 commit fc9fd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provider/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export class Provider implements ProviderInterface {

public async waitForTransaction(
txHash: BigNumberish,
options: waitForTransactionOptions
options?: waitForTransactionOptions
): Promise<GetTransactionReceiptResponse> {
return this.provider.waitForTransaction(txHash, options);
}
Expand Down

0 comments on commit fc9fd66

Please sign in to comment.