fix creating associated token account (#1918)

This commit is contained in:
Omar Hatem 2024-12-31 17:03:17 +02:00 committed by GitHub
parent 26c1f0b85c
commit 84cc0576d5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -618,8 +618,6 @@ class SolanaWalletClient {
signedTransaction.encode(), signedTransaction.encode(),
preflightCommitment: commitment, preflightCommitment: commitment,
); );
print("#########");
print(signature);
_client!.waitForSignatureStatus(signature, status: commitment); _client!.waitForSignatureStatus(signature, status: commitment);