Small typos.
This commit is contained in:
parent
f5d0fa2c21
commit
139ee17d39
@ -67,5 +67,5 @@ pub use self::secret_store::{
|
|||||||
pub use self::random::random_string;
|
pub use self::random::random_string;
|
||||||
pub use self::parity_wordlist::random_phrase;
|
pub use self::parity_wordlist::random_phrase;
|
||||||
|
|
||||||
/// A opaque wrapper for secret.
|
/// An opaque wrapper for secret.
|
||||||
pub struct OpaqueSecret(::ethkey::Secret);
|
pub struct OpaqueSecret(::ethkey::Secret);
|
||||||
|
@ -99,8 +99,9 @@ Account Options:
|
|||||||
deriving key from the password (bigger is more
|
deriving key from the password (bigger is more
|
||||||
secure) (default: {flag_keys_iterations}).
|
secure) (default: {flag_keys_iterations}).
|
||||||
--no-hardware-wallets Disables hardware wallet support. (default: {flag_no_hardware_wallets})
|
--no-hardware-wallets Disables hardware wallet support. (default: {flag_no_hardware_wallets})
|
||||||
--fast-unlock Use way faster unlocking mode. This setting causes raw secrets to be stored
|
--fast-unlock Use drasticly faster unlocking mode. This setting causes
|
||||||
unprotected in memory. (default: {flag_fast_unlock})
|
raw secrets to be stored unprotected in memory,
|
||||||
|
so use with care. (default: {flag_fast_unlock})
|
||||||
|
|
||||||
UI Options:
|
UI Options:
|
||||||
--force-ui Enable Trusted UI WebSocket endpoint,
|
--force-ui Enable Trusted UI WebSocket endpoint,
|
||||||
|
Loading…
Reference in New Issue
Block a user