Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Yolley committed Mar 29, 2024
1 parent d16f884 commit e954b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/solana/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export async function signTransaction(invoker: Keypair | SignerWalletAdapter, tx
* Confirmation strategy is not 100% reliable here as in times of congestion there can be a case that tx is executed,
* but is not in `commitment` state and so it's not considered executed by the `sendAndConfirmRawTransaction` method,
* and it raises an expiry error even though transaction may be executed soon.
* So we add additional 30 blocks for checks to account for such issues.
* So we add additional 50 blocks for checks to account for such issues.
* @param connection - Solana client connection
* @param invoker - Keypair used as signer
* @param tx - Transaction instance
Expand Down

0 comments on commit e954b93

Please sign in to comment.