mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove conditionals for fix1201 enabled 14Nov2017
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user