Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
chore: add fix from @steveluscher
Browse files Browse the repository at this point in the history
  • Loading branch information
marcnjaramillo committed May 10, 2022
1 parent 438f72a commit fa5546f
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 @@ -288,7 +288,7 @@ export type RpcResponseAndContext<T> = {
* A strategy for confirming transactions that uses the last valid
* block height for a given blockhash to check for transaction expiration.
*/
type BlockheightBasedTransactionConfimationStrategy = {
export type BlockheightBasedTransactionConfimationStrategy = {
signature: TransactionSignature;
blockhash: Blockhash;
lastValidBlockHeight: number;
Expand Down

0 comments on commit fa5546f

Please sign in to comment.