mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix applyFlags when testing is disabled
This commit is contained in:
committed by
Edward Hennis
parent
8cd44c637d
commit
fa900de548
@@ -370,7 +370,9 @@ Env::st (JTx const& jt)
|
||||
ApplyFlags
|
||||
Env::applyFlags() const
|
||||
{
|
||||
return tapENABLE_TESTING;
|
||||
if (testing_)
|
||||
return tapENABLE_TESTING;
|
||||
return tapNONE;
|
||||
}
|
||||
|
||||
} // jtx
|
||||
|
||||
Reference in New Issue
Block a user