Create more funds in initial ledger.

This commit is contained in:
JoelKatz
2012-01-18 14:13:48 -08:00
parent 88ff8767bb
commit ff2cc0aee4

View File

@@ -78,7 +78,7 @@ void Application::run()
// Temporary root account will be ["This is my payphrase."]:0
uint160 rootAddress=NewcoinAddress("MoXdEKxkG1FEwyuMia6Mbrja1SohefRvro").GetHash160();
Ledger::pointer firstLedger(new Ledger(rootAddress, 1000000));
Ledger::pointer firstLedger(new Ledger(rootAddress, 100000000));
firstLedger->setClosed();
firstLedger->setAccepted();
mMasterLedger.pushLedger(firstLedger);