mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Redesign stoppable object pattern
This commit is contained in:
committed by
manojsdoshi
parent
c10c0be11b
commit
a2a37a928a
@@ -61,7 +61,7 @@ public:
|
||||
// first findMsg but BEFORE we unsubscribe, thus causing the final
|
||||
// findMsg check to fail since there is one unprocessed ws msg created
|
||||
// by the loadmanager
|
||||
env.app().getLoadManager().onStop();
|
||||
env.app().getLoadManager().stop();
|
||||
{
|
||||
// Raise fee to cause an update
|
||||
auto& feeTrack = env.app().getFeeTrack();
|
||||
|
||||
Reference in New Issue
Block a user