mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-13 10:45:51 +00:00
Make constant.
This commit is contained in:
parent
467356526e
commit
ba468dd775
@ -46,7 +46,7 @@ public class MnemonicCode {
|
|||||||
private ArrayList<String> wordList;
|
private ArrayList<String> wordList;
|
||||||
|
|
||||||
private static final String BIP39_ENGLISH_RESOURCE_NAME = "mnemonic/wordlist/english.txt";
|
private static final String BIP39_ENGLISH_RESOURCE_NAME = "mnemonic/wordlist/english.txt";
|
||||||
private static String BIP39_ENGLISH_SHA256 = "ad90bf3beb7b0eb7e5acd74727dc0da96e0a280a258354e7293fb7e211ac03db";
|
private static final String BIP39_ENGLISH_SHA256 = "ad90bf3beb7b0eb7e5acd74727dc0da96e0a280a258354e7293fb7e211ac03db";
|
||||||
|
|
||||||
/** UNIX time for when the BIP39 standard was finalised. This can be used as a default seed birthday. */
|
/** UNIX time for when the BIP39 standard was finalised. This can be used as a default seed birthday. */
|
||||||
public static long BIP39_STANDARDISATION_TIME_SECS = 1381276800;
|
public static long BIP39_STANDARDISATION_TIME_SECS = 1381276800;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user