mirror of
https://github.com/Xahau/xahaud.git
synced 2026-06-03 00:36:37 +00:00
Merge branch 'dev' into flap_fix
This commit is contained in:
@@ -3577,7 +3577,7 @@ DEFINE_HOOK_FUNCTION(
|
||||
{
|
||||
JLOG(j.trace()) << "HookEmit[" << HC_ACC()
|
||||
<< "]: Transaction preflight failure: "
|
||||
<< preflightResult.ter;
|
||||
<< transHuman(preflightResult.ter);
|
||||
return EMISSION_FAILURE;
|
||||
}
|
||||
|
||||
|
||||
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user