mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Mark something that should be fixed.
This commit is contained in:
@@ -1002,7 +1002,7 @@ void LedgerConsensus::beginAccept (bool synchronous)
|
||||
if (synchronous)
|
||||
accept (consensusSet, LoadEvent::pointer ());
|
||||
else
|
||||
{
|
||||
{ // FIXME: Post to JobQueue, not I/O service
|
||||
getApp().getIOService ().post (BIND_TYPE (&LedgerConsensus::accept, shared_from_this (), consensusSet,
|
||||
getApp().getJobQueue ().getLoadEvent (jtACCEPTLEDGER, "LedgerConsensus::beginAccept")));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user