We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c58ae9 commit ce62e53Copy full SHA for ce62e53
README.md
@@ -18,7 +18,7 @@ const PASSPHRASE: &str = "correct horse battery staple";
18
19
// create a new random master account. This holds the root BIP32 key
20
// PASSPHRASE is used to encrypt the seed in memory and in storage
21
-let mut master = MasterAccount::new(MasterKeyEntropy::Low, Network::Bitcoin, PASSPHRASE).unwrap();
+let mut master = MasterAccount::new(MasterKeyEntropy::Sufficient, Network::Bitcoin, PASSPHRASE).unwrap();
22
23
// or re-create a master from a known mnemonic
24
let words = "announce damage viable ticket engage curious yellow ten clock finish burden orient faculty rigid smile host offer affair suffer slogan mercy another switch park";
0 commit comments