diff options
author | Determinant <[email protected]> | 2018-08-22 15:51:41 -0400 |
---|---|---|
committer | Determinant <[email protected]> | 2018-08-22 15:51:41 -0400 |
commit | 78f0a3ee23e39f318336a99b088eb18cccb33983 (patch) | |
tree | 86e7485e71e479de5be1ce48b4bd925eccd561c5 /include | |
parent | 51796ba2e778001948f4cd5acb51e31fcaec0641 (diff) |
...
Diffstat (limited to 'include')
-rw-r--r-- | include/hotstuff/hotstuff.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/hotstuff/hotstuff.h b/include/hotstuff/hotstuff.h index b0a6827..f3f3f18 100644 --- a/include/hotstuff/hotstuff.h +++ b/include/hotstuff/hotstuff.h @@ -23,13 +23,6 @@ using salticidae::_2; const double ent_waiting_timeout = 10; const double double_inf = 1e10; -enum { - PROPOSE = 0x0, - VOTE = 0x1, - QUERY_FETCH_BLK = 0x2, - RESP_FETCH_BLK = 0x3, -}; - /** Network message format for HotStuff. */ struct MsgPropose { static const opcode_t opcode = 0x0; |