From a32f1af24dbc7e5d3da51d174532eaa923cd4f26 Mon Sep 17 00:00:00 2001 From: Determinant Date: Thu, 9 May 2019 22:08:54 -0400 Subject: support both two-step and three-step HotStuff --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a9df6ef..2a3209e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,6 +78,7 @@ option(HOTSTUFF_NORMAL_LOG "enable normal log" ON) option(HOTSTUFF_PROTO_LOG "enable protocol log" OFF) option(HOTSTUFF_MSG_STAT "eanble message statistics" ON) option(HOTSTUFF_BLK_PROFILE "enable block profiling" OFF) +option(HOTSTUFF_TWO_STEP "use two-step HotStuff (instead of three-step HS)" OFF) configure_file(src/config.h.in include/hotstuff/config.h @ONLY) -- cgit v1.2.3-70-g09d2