Replies: 1 comment
-
It seems that there is an error in your join game function that violates a rule in your smart contract. You should review your code and compare it with the tests in the Anchor repository to find and fix errors or differences. |
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
-
Hi, I'm trying to build tic-tac-toe application and I've used contract available in Anchor's repository, sadly it doesn't work even through I'm doing everything as in
tests
assigned to contract. Can somebody explain?My source code is available here: https://github.com/keinsell/chainized/tree/41-try-to-build-tictactoe-on-solana/contracts/solana-tictactoe
Beta Was this translation helpful? Give feedback.
All reactions