Supress USB error message (#4839)
This commit is contained in:
parent
45402544d3
commit
36f74fdf0d
@ -152,7 +152,7 @@ impl AccountProvider {
|
|||||||
manager.set_key_path(if settings.hardware_wallet_classic_key { KeyPath::EthereumClassic } else { KeyPath::Ethereum });
|
manager.set_key_path(if settings.hardware_wallet_classic_key { KeyPath::EthereumClassic } else { KeyPath::Ethereum });
|
||||||
hardware_store = Some(manager)
|
hardware_store = Some(manager)
|
||||||
},
|
},
|
||||||
Err(e) => warn!("Error initializing hardware wallets: {}", e),
|
Err(e) => debug!("Error initializing hardware wallets: {}", e),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
AccountProvider {
|
AccountProvider {
|
||||||
|
Loading…
Reference in New Issue
Block a user