From 7957efbf48166754b6fd39d5f66e75df3396955a Mon Sep 17 00:00:00 2001 From: JoelKatz Date: Sat, 14 Jul 2012 00:18:14 -0700 Subject: [PATCH] Typo. --- src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.cpp b/src/Application.cpp index d0f69436f5..afcaca6318 100644 --- a/src/Application.cpp +++ b/src/Application.cpp @@ -143,7 +143,7 @@ void Application::run() ledger->setClosed(); ledger->setAccepted(); mMasterLedger.pushLedger(ledger); - assert(!!secondLedger->getAccountState(rootAddress)); + assert(!!ledger->getAccountState(rootAddress)); } }