Remove unused config param

This commit is contained in:
seelabs
2015-09-02 11:54:24 -04:00
committed by Scott Schurr
parent d8aab5a749
commit d015debe2b
12 changed files with 48 additions and 69 deletions

View File

@@ -2211,7 +2211,7 @@ Json::Value NetworkOPsImp::transJson(
if (account != amount.issue ().account)
{
auto const ownerFunds = accountFunds(*lpCurrent,
account, amount, fhIGNORE_FREEZE, getConfig());
account, amount, fhIGNORE_FREEZE);
jvObj[jss::transaction][jss::owner_funds] = ownerFunds.getText ();
}
}
@@ -2725,8 +2725,7 @@ void NetworkOPsImp::getBookPage (
saOwnerFunds = accountHolds (view,
uOfferOwnerID, book.out.currency,
book.out.account, fhZERO_IF_FROZEN,
getConfig());
book.out.account, fhZERO_IF_FROZEN);
if (saOwnerFunds < zero)
{