SJ

Results 2 issues of SJ

**Future Times out yet tokens get deducted** **To Reproduce** Steps to reproduce the behavior: ``` await _solanaClient.transferSplToken( mint: mintPubKey, destination: destinationPubKey, amount: amount, owner: keyPair, commitment: Commitment.processed, }); ``` **Expected...

bug
library

**createAssociatedTokenAccount future timesout** **To Reproduce** Steps to reproduce the behavior: ``` await _solanaClient.createAssociatedTokenAccount( owner: keyPair.publicKey, mint: mintPubKey, funder: keyPair); ``` **Expected behavior** Future gets resolved **Additional context** rpc url -...

bug
library