mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Update src/xrpld/core/Coro.ipp
Co-authored-by: Bronek Kozicki <brok@incorrekt.com>
This commit is contained in:
@@ -104,7 +104,7 @@ JobQueue::Coro::post()
|
||||
|
||||
XRPL_ASSERT(
|
||||
state_ == CoroState::Suspended,
|
||||
"JobQueue::Coro::post: coroutine should be suspended!");
|
||||
"ripple::JobQueue::Coro::post : should be suspended");
|
||||
|
||||
// sp keeps 'this' alive
|
||||
if (jq_.addJob(
|
||||
|
||||
Reference in New Issue
Block a user