mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add account_lines paging (RIPD-343)
This commit is contained in:
committed by
Nik Bougalis
parent
f81b084448
commit
cd1bd18a49
@@ -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 ())
|
||||
|
||||
Reference in New Issue
Block a user