Tobías Lichtig
Tobías Lichtig
The following lines (program and test) actually yields 98 instead of the expected 10 million. https://github.com/solana-foundation/developer-content/blob/3a4505ef09649ed12092ac56930613211c9cb524/content/courses/onchain-development/anchor-cpi.md?plain=1#L557 https://github.com/solana-foundation/developer-content/blob/3a4505ef09649ed12092ac56930613211c9cb524/content/courses/onchain-development/anchor-cpi.md?plain=1#L676 This is actually doing a bit-XOR between `10 * 10 = 100` and...
# Description The code for the lab, as is, does not compile. See the section at the bottom with the output of `anchor build` when using the lab's docs as...