Make the transaction application parameters accessible from the LES.

This commit is contained in:
JoelKatz
2013-03-13 21:59:43 -07:00
parent 8fdd637828
commit 7bd96e9f2f
7 changed files with 33 additions and 29 deletions

View File

@@ -1235,7 +1235,7 @@ Json::Value RPCHandler::doRipplePathFind(Json::Value jvRequest, int& cost)
cost = rpcCOST_EXPENSIVE;
Ledger::pointer lSnapShot = boost::make_shared<Ledger>(boost::ref(*lpLedger), false);
LedgerEntrySet lesSnapshot(lSnapShot);
LedgerEntrySet lesSnapshot(lSnapShot, tapNONE);
ScopedUnlock su(theApp->getMasterLock()); // As long as we have a locked copy of the ledger, we can unlock.