Remove support for hardware wallets (#10678)
* Remove support for hardware wallets * Remove rpcs relative hardware support * Remove libudev
This commit is contained in:
@@ -540,7 +540,6 @@ impl Configuration {
|
||||
testnet: self.args.flag_testnet,
|
||||
password_files: self.args.arg_password.iter().map(|s| replace_home(&self.directories().base, s)).collect(),
|
||||
unlocked_accounts: to_addresses(&self.args.arg_unlock)?,
|
||||
enable_hardware_wallets: !self.args.flag_no_hardware_wallets,
|
||||
enable_fast_unlock: self.args.flag_fast_unlock,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user