From 6d87af5e933b96b1f35393c9fa04fa1bb24c926b Mon Sep 17 00:00:00 2001 From: MJK Date: Tue, 9 Oct 2012 17:19:12 -0700 Subject: [PATCH] fix typo in code in previous Pathfinder fix --- src/Pathfinder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pathfinder.cpp b/src/Pathfinder.cpp index 6585730936..23e596aab4 100644 --- a/src/Pathfinder.cpp +++ b/src/Pathfinder.cpp @@ -122,7 +122,7 @@ bool Pathfinder::findPaths(int maxSearchSteps, int maxPay, STPathSet& retPathSet STPathElement new_ele(uint160(), book->getCurrencyOut(), book->getIssuerOut()); new_path.mPath.push_back(new_ele); new_path.mCurrencyID = book->getCurrencyOut(); - new_path.mCurrencyID = book->getCurrencyOut(); + new_path.mCurrentAccount = book->getCurrencyOut(); pqueue.push(new_path);