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
Essentially the same issue as #1628, but with declare_program! instead of a dependency with cpi feature.
It should be quite easy to fix this for declare_program! since we already know the amount of accounts the instruction expects (which is not the case for the regular dependency import with cpi feature enabled).
When using the
declare_program!
with the Kamino Lending program -> https://github.com/Kamino-Finance/klend, I can't get the project to build due to the errorWhat I've tried,
1.18.17
For quick reproducibility,
old idl -> https://gist.github.com/jim4067/eacd867f28d3761ba501cf7b31e3b93b
new idl -> https://gist.github.com/jim4067/9eaf7c91387deb3e79acc1700e0a456d
Anchor CLI - 0.30.1
Solana CLI - 2.0.22
The text was updated successfully, but these errors were encountered: