Skip to content

Commit ce62e53

Browse files
committed
use new entropy names
1 parent 7c58ae9 commit ce62e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const PASSPHRASE: &str = "correct horse battery staple";
1818
1919
// create a new random master account. This holds the root BIP32 key
2020
// PASSPHRASE is used to encrypt the seed in memory and in storage
21-
let mut master = MasterAccount::new(MasterKeyEntropy::Low, Network::Bitcoin, PASSPHRASE).unwrap();
21+
let mut master = MasterAccount::new(MasterKeyEntropy::Sufficient, Network::Bitcoin, PASSPHRASE).unwrap();
2222
2323
// or re-create a master from a known mnemonic
2424
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

Comments
 (0)