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 import solana anchor program's instruction, compilation failed with error info:
those are my code:
use solana_vault::instruction as solana_vault_instruction;
those are error info:
warning: Linking globals named 'entrypoint': symbol multiply defined!
error: failed to load bitcode of module "solana_vault-91162013c3821f80.solana_vault.c7fe4af8e94c9c31-cgu.0.rcgu.o":
The text was updated successfully, but these errors were encountered:
when I import solana anchor program's instruction, compilation failed with error info:
those are my code:
those are error info:
The text was updated successfully, but these errors were encountered: