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 12ba065..e0ee67a 100644 --- a/lib/block_handlers.cpp +++ b/lib/block_handlers.cpp @@ -154,7 +154,7 @@ void BlockActor::handle_get_stats( //create the message reply object GetStatsMessage message; - message.block_id = this->block_ptr->to_string(); + message.block_id = this->block_ptr->get_uid(); message.stats = this->stats; message.stats_time = time_now(); |