From d8ee0eb86380db88caab0baae78b0b47305bf4c9 Mon Sep 17 00:00:00 2001 From: Kevin Heifner Date: Thu, 25 Oct 2018 12:49:36 -0500 Subject: [PATCH] Remove debug stop after replay --- libraries/chain/controller.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/libraries/chain/controller.cpp b/libraries/chain/controller.cpp index b4460cad0c8..f784d2573cc 100644 --- a/libraries/chain/controller.cpp +++ b/libraries/chain/controller.cpp @@ -342,9 +342,6 @@ struct controller_impl { ("mspb", ((end-start).count()/1000.0)/head->block_num) ); replaying = false; replay_head_time.reset(); - - EOS_ASSERT( false, checkpoint_exception, "replay done"); - } void init(const snapshot_reader_ptr& snapshot) {