mirror of
https://github.com/Xahau/xahaud.git
synced 2025-11-27 22:15:49 +00:00
ensure inclusion of ServiceFee field continues to return temMALFORMED until amendment is enabled
This commit is contained in:
@@ -100,6 +100,12 @@ preflight1(PreflightContext const& ctx)
|
||||
return temMALFORMED;
|
||||
}
|
||||
|
||||
if (ctx.tx.isFieldPresent(sfServiceFee) &&
|
||||
!ctx.rules.enabled(featureServiceFee))
|
||||
{
|
||||
return temMALFORMED;
|
||||
}
|
||||
|
||||
auto const ret = preflight0(ctx);
|
||||
if (!isTesSuccess(ret))
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user