mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Buglets found by static code inspection, including a whopper in divRound.
This commit is contained in:
@@ -55,7 +55,7 @@ protected:
|
||||
|
||||
public:
|
||||
|
||||
TXQueue() { ; }
|
||||
TXQueue() : mRunning(false) { ; }
|
||||
|
||||
// Return: true = must dispatch signature checker thread
|
||||
bool addEntryForSigCheck(TXQEntry::ref);
|
||||
|
||||
Reference in New Issue
Block a user