mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Change root master passphrase to "masterpassphrase".
This commit is contained in:
@@ -112,7 +112,7 @@ void Application::run()
|
|||||||
NewcoinAddress rootGeneratorMaster;
|
NewcoinAddress rootGeneratorMaster;
|
||||||
NewcoinAddress rootAddress;
|
NewcoinAddress rootAddress;
|
||||||
|
|
||||||
rootSeedMaster.setFamilySeed(CKey::PassPhraseToKey("Master passphrase."));
|
rootSeedMaster.setFamilySeed(CKey::PassPhraseToKey("masterpassphrase"));
|
||||||
rootGeneratorMaster.setFamilyGenerator(rootSeedMaster);
|
rootGeneratorMaster.setFamilyGenerator(rootSeedMaster);
|
||||||
|
|
||||||
rootAddress.setAccountPublic(rootGeneratorMaster, 0);
|
rootAddress.setAccountPublic(rootGeneratorMaster, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user