Vivek
Results
3
issues of
Vivek
#### What's this PR do? Refactored the code. Removed multiple if statements #### Where should the reviewer start? isRenderer function #### How should this be manually tested? #### Any background...
Anchor build fails when `realloc` is used. This issue happens only when PDAs are used, works otherwise. Running the following code: https://github.com/coral-xyz/anchor/blob/c47fb2877e45798e35376440b8ffdf0a7d330c8b/tests/realloc/programs/realloc/src/lib.rs Dependencies used: `anchor-lang = "0.25.0"` Code: ``` #[derive(Accounts)]...