mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-08 20:09:24 +00:00
fix creating associated token account (#1918)
This commit is contained in:
parent
26c1f0b85c
commit
84cc0576d5
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue