We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 525accf commit 7e4c850Copy full SHA for 7e4c850
src/veil/mnemonic/dictionary.h
@@ -7,7 +7,7 @@
7
/**
8
* A valid mnemonic dictionary has exactly this many words.
9
*/
10
-static constexpr size_t dictionary_size = 2048;
+static constexpr std::size_t dictionary_size = 2048;
11
12
13
* Dictionary definitions for creating mnemonics.
0 commit comments