Ackee-Blockchain / trident

Rust-based framework to Fuzz Solana programs, designed to help you ship secure code.
https://ackee.xyz/trident/docs/latest/
MIT License
209 stars 19 forks source link

fix/remove unnecessary .program_client expansion #134

Closed lukacan closed 8 months ago

lukacan commented 8 months ago

As correctly mentioned within the base branch PR #132, the expansion of .program_client is unnecessary as the lib.rs file does not contain macros. This PR fixes this issue and also fixes the issue mentioned within #132 as the faulty code snippet is removed.