Remove conditionals for fix1201 enabled 14Nov2017

This commit is contained in:
Scott Schurr
2020-03-05 18:47:56 -08:00
parent 9f8d648514
commit 0d83223445
4 changed files with 132 additions and 88 deletions

View File

@@ -122,7 +122,7 @@ SetAccount::preflight (PreflightContext const& ctx)
return temBAD_TRANSFER_RATE;
}
if (ctx.rules.enabled(fix1201) && (uRate > 2 * QUALITY_ONE))
if (uRate > 2 * QUALITY_ONE)
{
JLOG(j.trace()) << "Malformed transaction: Transfer rate too large.";
return temBAD_TRANSFER_RATE;