summaryrefslogtreecommitdiff
path: root/lib/block_handlers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/block_handlers.cpp')
-rw-r--r--lib/block_handlers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/block_handlers.cpp b/lib/block_handlers.cpp
index 4cb03ab..a2df81c 100644
--- a/lib/block_handlers.cpp
+++ b/lib/block_handlers.cpp
@@ -33,7 +33,7 @@ void BlockActor::handle_top_inert(
this->mark_done();
- this->Send(0, from); //ACK
+ if (from != Theron::Address::Null()) this->Send(0, from); //ACK
}
void BlockActor::handle_top_token(