gagliardetto / anchor-go

Generate Go clients from anchor IDLs for Solana blockchain programs
MIT License
138 stars 31 forks source link

anchor error code 101 #13

Open yangyangpig opened 1 year ago

yangyangpig commented 1 year ago

i use anchor-go get the client but i have the question, just like : Error Code: InstructionFallbackNotFound. Error Number: 101. Error Message: Fallback functions are not supported

gagliardetto commented 1 year ago

It most likely means that the instruction was not found.

Are you using the client on an anchor program on mainnet?

yangyangpig commented 1 year ago

thanks for answer my question. i have solved it😊