Merge branch 'vfixes'

This commit is contained in:
Arthur Britto
2012-06-13 11:57:08 -07:00
8 changed files with 267 additions and 183 deletions

View File

@@ -103,11 +103,11 @@ void Application::run()
// New stuff.
NewcoinAddress rootSeedMaster;
NewcoinAddress rootGeneratorMaster;
NewcoinAddress rootAddress;
rootSeedMaster.setFamilySeed(CKey::PassPhraseToKey("masterpassphrase"));
rootGeneratorMaster.setFamilyGenerator(rootSeedMaster);
NewcoinAddress rootGeneratorMaster = NewcoinAddress::createGeneratorPublic(rootSeedMaster);
rootAddress.setAccountPublic(rootGeneratorMaster, 0);