diff options
Diffstat (limited to 'lib/block_handlers.cpp')
-rw-r--r-- | lib/block_handlers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/block_handlers.cpp b/lib/block_handlers.cpp index 215be6d..1290a67 100644 --- a/lib/block_handlers.cpp +++ b/lib/block_handlers.cpp @@ -15,7 +15,7 @@ void BlockActor::handle_top_active( if (this->block_state != BLOCK_STATE_LIVE) { - this->block_ptr->start(); + this->block_ptr->notify_active(); } this->block_state = BLOCK_STATE_LIVE; this->active_token = message.token; |