From 4661ecc2ae1684cc02bde22215200e05b15ed4d7 Mon Sep 17 00:00:00 2001 From: Determinant Date: Wed, 8 May 2019 15:23:47 -0400 Subject: reintroduce client confirms --- src/hotstuff.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/hotstuff.cpp') diff --git a/src/hotstuff.cpp b/src/hotstuff.cpp index 2cc3821..d0b4139 100644 --- a/src/hotstuff.cpp +++ b/src/hotstuff.cpp @@ -117,10 +117,10 @@ promise_t HotStuffBase::exec_command(uint256_t cmd_hash) { else { on_propose(cmds, pmaker->get_parents()); -#ifdef HOTSTUFF_AUTOCLI - for (size_t i = pmaker->get_pending_size(); i < 1; i++) - do_demand_commands(blk_size); -#endif +//#ifdef HOTSTUFF_AUTOCLI +// for (size_t i = pmaker->get_pending_size(); i < 1; i++) +// do_demand_commands(blk_size); +//#endif } }); } -- cgit v1.2.3