diff --git a/sdk-libs/sdk/src/token.rs b/sdk-libs/sdk/src/token.rs index d03520f09a..2212c436ee 100644 --- a/sdk-libs/sdk/src/token.rs +++ b/sdk-libs/sdk/src/token.rs @@ -8,7 +8,7 @@ pub enum AccountState { Initialized, Frozen, } -// TODO: extract token data from program into into a separate crate, import it and remove this file. +// TODO: extract token data from program into a separate crate, import it and remove this file. #[derive(Debug, PartialEq, Eq, AnchorDeserialize, AnchorSerialize, Clone)] pub struct TokenData { /// The mint associated with this account