Add account_lines paging (RIPD-343)

This commit is contained in:
Miguel Portilla
2014-09-10 17:59:56 -04:00
committed by Nik Bougalis
parent f81b084448
commit cd1bd18a49
10 changed files with 164 additions and 84 deletions

View File

@@ -58,7 +58,7 @@ static void autofill_fee (
if (tx.isMember ("Fee"))
return;
int mult = DEFAULT_AUTO_FILL_FEE_MULTIPLIER;
int mult = Tuning::defaultAutoFillFeeMultiplier;
if (request.isMember ("fee_mult_max"))
{
if (request["fee_mult_max"].isNumeric ())