From 66c02cd0788c39ef756ee9eeacaf725a6de0ce89 Mon Sep 17 00:00:00 2001 From: Arthur Britto Date: Wed, 16 May 2012 17:14:44 -0700 Subject: [PATCH] Change root master passphrase to "masterpassphrase". --- src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.cpp b/src/Application.cpp index 9366aab51..c48070b8f 100644 --- a/src/Application.cpp +++ b/src/Application.cpp @@ -112,7 +112,7 @@ void Application::run() NewcoinAddress rootGeneratorMaster; NewcoinAddress rootAddress; - rootSeedMaster.setFamilySeed(CKey::PassPhraseToKey("Master passphrase.")); + rootSeedMaster.setFamilySeed(CKey::PassPhraseToKey("masterpassphrase")); rootGeneratorMaster.setFamilyGenerator(rootSeedMaster); rootAddress.setAccountPublic(rootGeneratorMaster, 0);