Mark something that should be fixed.

This commit is contained in:
David Schwartz
2013-09-04 10:05:45 -07:00
parent 91e0cc84ef
commit 0950ef3984

View File

@@ -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")));
}