Skip to content

fix: add deposit fee and audit fixes #61

fix: add deposit fee and audit fixes

fix: add deposit fee and audit fixes #61

Triggered via pull request December 2, 2024 18:02
@skositoskosito
synchronize #66
Status Success
Total duration 13s
Artifacts

semantic-pr.yml

on: pull_request_target
Validate PR title
2s
Validate PR title
Fit to window
Zoom out
Zoom in

Annotations

1 warning
[clippy] programs/protocol-contracts-solana/src/lib.rs#L540: programs/protocol-contracts-solana/src/lib.rs#L540
warning: unexpected `cfg` condition value: `anchor-debug` --> programs/protocol-contracts-solana/src/lib.rs:540:10 | 540 | #[derive(Accounts)] | ^^^^^^^^ | = note: expected values for `feature` are: `cpi`, `default`, `idl-build`, `no-entrypoint`, `no-idl`, and `no-log-ix-name` = help: consider adding `anchor-debug` as a feature in `Cargo.toml` = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration = note: this warning originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info)