diff options
author | Determinant <[email protected]> | 2018-08-21 21:58:40 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2018-08-21 21:58:40 -0400 |
commit | 69208d4931f45911e401a97ba9b019a2ffdfe82c (patch) | |
tree | 5bdcb23c028b8108963a6ea6379fcabe49b74e6d /src/client.cpp | |
parent | 3b7801dcfd573858e9a8f27abe890def47ece2ad (diff) |
use randomized initial cnt to avoid duplicate command
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 2 |
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) { |