We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cacef89 commit 8cec1ecCopy full SHA for 8cec1ec
1 file changed
rust-client/tests/create_ata.rs
@@ -7,6 +7,7 @@ use solana_sdk::{signature::Keypair, signer::Signer};
7
8
#[tokio::test(flavor = "multi_thread")]
9
async fn create_ata() {
10
+ // You can use light, spl, t22 mints to create a light token ATA.
11
let SplMintContext {
12
mut rpc,
13
payer,
0 commit comments