We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41931cd commit c0bbe9aCopy full SHA for c0bbe9a
1 file changed
packages/extension/src/providers/solana/libs/api.ts
@@ -28,9 +28,6 @@ class API implements ProviderAPIInterface {
28
/**
29
* Returns null if the transaction hasn't been received by the node
30
* or has been dropped
31
- *
32
- * Sometimes Solana transactions get dropped because there's too much
33
- * network activity, in which case
34
*/
35
async getTransactionStatus(hash: string): Promise<SOLRawInfo | null> {
36
const tx = await this.web3.getTransaction(hash, {
0 commit comments