-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
distributeformint gives error 6012 #15
Comments
@krishnawinit can you please send in your code or a transaction example |
|
Here is the code thanks for reply |
I don't think either devnet or testnet allows you to airdrop anything >1, haven't for awhile which line errors? |
|
it is giving error 6012 |
are you in cli pr browser? I forget what the error I had earlier was but if you're in browser
not need this, it'll inject signature if you do [], instead |
6012 13th error
dunno that doesn't help all that much |
didnt get you |
array of 1 one instruction |
sorry for the delay here looking into this |
you are airdropping to the distrobution bot not the authority what is your membership model? assert_owned_by(&fanout_for_mint, &crate::ID)?;
assert_owned_by(&fanout_mint_member_token_account_info, &Token::id())?;
assert_owned_by(holding_account, &anchor_spl::token::Token::id())?; |
Hi technical geeks, I need help in calling hydra SDK. I am able to sucessfully send airdrop of SOL but when I try using sending SPl20 token with the below given reference code I get error:
{InstructionError: Array(2)}InstructionError: Array(2)0: 11: {Custom: 6012}length: 2[[Prototype]]: Array(0)[[Prototype]]: Object
The text was updated successfully, but these errors were encountered: