mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Ensure consistent transaction processing in debug mode:
When NDEBUG is undefined (which is typical in debug configurations) existing code would perform additional checks which could result in a `tel` error.
This commit is contained in:
@@ -218,7 +218,7 @@ flow (
|
||||
{
|
||||
JLOG (j.error())
|
||||
<< "Strand re-execute check failed. Step: " << i;
|
||||
return {telFAILED_PROCESSING, std::move (ofrsToRm)};
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user