Skip to content

Commit e3c9e2f

Browse files
committed
refactor(config): remove unused import of secp256k1::SecretKey
This commit cleans up the `config.rs` file by removing the unused import of `secp256k1::SecretKey`, enhancing code clarity and maintainability.
1 parent eaf9488 commit e3c9e2f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/actors/chain/config.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,5 +249,3 @@ pub enum ConfigError {
249249
#[error("Invalid performance target: {0}")]
250250
InvalidPerformanceTarget(String),
251251
}
252-
253-
use secp256k1::SecretKey;

0 commit comments

Comments
 (0)