Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
neithanmo committed Dec 9, 2024
1 parent c8b36db commit 29e0f5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/rust/src/handlers/eth/personal_msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ use core::mem::MaybeUninit;
use crate::handlers::eth::EthUi;
use crate::handlers::resources::{EthAccessors, ETH_UI};
use crate::parser::u32_to_str;
use crate::zlog;
use bolos::{
crypto::{bip32::BIP32Path, ecfp256::ECCInfo},
hash::{Hasher, Keccak},
Expand Down

0 comments on commit 29e0f5f

Please sign in to comment.