diff options
author | Determinant <[email protected]> | 2019-05-08 15:23:47 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2019-05-08 15:23:47 -0400 |
commit | 4661ecc2ae1684cc02bde22215200e05b15ed4d7 (patch) | |
tree | ecdf720754f4cf2d8081203bb3a2ad2484c433e6 /src/hotstuff.cpp | |
parent | 8e0a449961a7d78546dd09deb20f3b16bb460988 (diff) |
reintroduce client confirms
Diffstat (limited to 'src/hotstuff.cpp')
-rw-r--r-- | src/hotstuff.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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 } }); } |