Merge branch 'dev' into flap_fix

This commit is contained in:
RichardAH
2025-10-16 15:54:59 +10:00
committed by GitHub
2 changed files with 1 additions and 2 deletions

View File

@@ -3577,7 +3577,7 @@ DEFINE_HOOK_FUNCTION(
{
JLOG(j.trace()) << "HookEmit[" << HC_ACC()
<< "]: Transaction preflight failure: "
<< preflightResult.ter;
<< transHuman(preflightResult.ter);
return EMISSION_FAILURE;
}

View File

@@ -1675,7 +1675,6 @@ public:
env.fund(XRP(1000), alice);
env.close();
bool const enabled = features[fixInvalidTxFlags];
testcase(
std::string("SignerListSet flag, fix ") +
(withFixInvalidTxFlags ? "enabled" : "disabled"));