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 99f0e71 commit b0731e4Copy full SHA for b0731e4
src/hdchain.h
@@ -43,7 +43,7 @@ class CHDChain
43
44
public:
45
/** Default for -mnemonicbits */
46
- static constexpr int DEFAULT_MNEMONIC_BITS = 256; // 256 bits == 24 words
+ static constexpr int DEFAULT_MNEMONIC_BITS = 128; // 128 bits == 12 words
47
48
CHDChain() = default;
49
CHDChain(const CHDChain& other) :
0 commit comments