Local accounts now have their balances and sequences managed from the active

ledger, not from the wallet.
This commit is contained in:
JoelKatz
2012-04-24 04:24:14 -07:00
parent f36d1fdc08
commit 0392d8ddcb
6 changed files with 42 additions and 70 deletions

View File

@@ -117,7 +117,7 @@ void Application::run()
// temporary
mWallet.load();
mWallet.syncToLedger(true, &(*secondLedger));
// mWallet.syncToLedger(true, &(*secondLedger));
// temporary
mIOService.run(); // This blocks