remove unused param in context

Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
This commit is contained in:
microwavedcola1 2022-08-08 21:07:03 +02:00
parent 9ded7ca007
commit 3a8004d6bf
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ use crate::accounts_zerocopy::LoadMutZeroCopyRef;
use crate::state::*;
#[derive(Accounts)]
#[instruction(token_index: TokenIndex, bank_num: u64)]
#[instruction(bank_num: u64)]
pub struct TokenEdit<'info> {
#[account(
has_one = admin,