Skip to content

Commit c0bbe9a

Browse files
committed
chore: cleanup
1 parent 41931cd commit c0bbe9a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • packages/extension/src/providers/solana/libs

packages/extension/src/providers/solana/libs/api.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ class API implements ProviderAPIInterface {
2828
/**
2929
* Returns null if the transaction hasn't been received by the node
3030
* or has been dropped
31-
*
32-
* Sometimes Solana transactions get dropped because there's too much
33-
* network activity, in which case
3431
*/
3532
async getTransactionStatus(hash: string): Promise<SOLRawInfo | null> {
3633
const tx = await this.web3.getTransaction(hash, {

0 commit comments

Comments
 (0)