diff --git a/Application.cpp b/Application.cpp index 75571699d..78dc6fb6c 100644 --- a/Application.cpp +++ b/Application.cpp @@ -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);