aboutsummaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2019-05-08 15:23:47 -0400
committerDeterminant <ted.sybil@gmail.com>2019-05-08 15:23:47 -0400
commit4661ecc2ae1684cc02bde22215200e05b15ed4d7 (patch)
treeecdf720754f4cf2d8081203bb3a2ad2484c433e6 /src/client.cpp
parent8e0a449961a7d78546dd09deb20f3b16bb460988 (diff)
reintroduce client confirms
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client.cpp b/src/client.cpp
index ee4b7dd..7090616 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -20,8 +20,8 @@ namespace hotstuff {
const opcode_t MsgReqCmd::opcode;
const opcode_t MsgRespCmd::opcode;
-#ifdef HOTSTUFF_AUTOCLI
-const opcode_t MsgDemandCmd::opcode;
-#endif
+//#ifdef HOTSTUFF_AUTOCLI
+//const opcode_t MsgDemandCmd::opcode;
+//#endif
}