aboutsummaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2018-08-21 21:58:40 -0400
committerDeterminant <ted.sybil@gmail.com>2018-08-21 21:58:40 -0400
commit69208d4931f45911e401a97ba9b019a2ffdfe82c (patch)
tree5bdcb23c028b8108963a6ea6379fcabe49b74e6d /src/client.cpp
parent3b7801dcfd573858e9a8f27abe890def47ece2ad (diff)
use randomized initial cnt to avoid duplicate command
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 562fab5..7827b7c 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -2,8 +2,6 @@
namespace hotstuff {
-uint64_t CommandDummy::cnt = 0;
-
const opcode_t MsgReqCmd::opcode;
MsgReqCmd::MsgReqCmd(const Command &cmd) { serialized << cmd; }
void MsgReqCmd::postponed_parse(HotStuffCore *hsc) {