mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 22:45:52 +00:00
Minor cleanups:
* Make sure variables are always initialized * Use lround instead of adding .5 and casting * Remove some unneeded vars * Check for null before calling strcmp * Remove redundant if conditions * Remove make_TxQ factory function
This commit is contained in:
@@ -81,7 +81,7 @@ class NetworkOPsImp final : public NetworkOPs
|
||||
bool const admin;
|
||||
bool const local;
|
||||
FailHard const failType;
|
||||
bool applied;
|
||||
bool applied = false;
|
||||
TER result;
|
||||
|
||||
TransactionStatus(
|
||||
|
||||
Reference in New Issue
Block a user