Got __anchor_private_gen_idl_type when implement wormhole #2988
Unanswered
linuxhjkaru
asked this question in
Q&A
Replies: 1 comment
-
You can add an empty #[cfg(feature = "idl-build")]
impl anchor_lang::IdlBuild for WrappedMint {} See |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
From Wormhole Scaffolding, when I build project with anchor 0.29.0.
Then below error shows
Based on this PR , seems like I have to implement __anchor_private_gen_idl_type by myself but how can I do it?
Beta Was this translation helpful? Give feedback.
All reactions