Skip to content

fix: add deposit fee and audit fixes #64

fix: add deposit fee and audit fixes

fix: add deposit fee and audit fixes #64

Triggered via pull request December 2, 2024 19:05
@skositoskosito
synchronize #66
Status Success
Total duration 11s
Artifacts

semantic-pr.yml

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

Annotations

1 warning
[clippy] programs/protocol-contracts-solana/src/lib.rs#L525: programs/protocol-contracts-solana/src/lib.rs#L525
warning: unexpected `cfg` condition value: `anchor-debug` --> programs/protocol-contracts-solana/src/lib.rs:525:10 | 525 | #[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)