You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to use the token_interface module in anchor_spl, after executing anchor build I get the trait Discriminator is not implemented for anchor_spl: :token_interface::Mint and anchor_spl::token_interface::TokenAccount.
I'm following a tutorial https://www.soldev.app/course/token-extensions-on-chain, github: https://github.com/Unboxed-Software/token22-staking
My dependency situation is
When I try to use the token_interface module in anchor_spl, after executing
anchor build
I get the traitDiscriminator
is not implemented foranchor_spl: :token_interface::Mint
andanchor_spl::token_interface::TokenAccount
.Detailed code at Unboxed-Software/token22-staking#2
The text was updated successfully, but these errors were encountered: