Skip to content

fix: add domain separator in the TSS message signature hash #41

fix: add domain separator in the TSS message signature hash

fix: add domain separator in the TSS message signature hash #41

GitHub Actions / clippy succeeded Sep 12, 2024 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (1)

programs/protocol-contracts-solana/src/lib.rs|6 col 1| warning: this import is redundant
--> programs/protocol-contracts-solana/src/lib.rs:6:1
|
6 | use spl_associated_token_account;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove it entirely
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#single_component_path_imports
= note: #[warn(clippy::single_component_path_imports)] on by default