mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove unused config param
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user