aboutsummaryrefslogtreecommitdiff
path: root/src/hotstuff_client.cpp
diff options
context:
space:
mode:
authorDeterminant <tederminant@gmail.com>2018-07-16 19:26:36 -0400
committerDeterminant <tederminant@gmail.com>2018-07-16 19:26:36 -0400
commit02e347dae1a01172dbcc2efe054014c015d96507 (patch)
tree4b49650ba8d5dac0ab689cdc59867da3127f2bb7 /src/hotstuff_client.cpp
parenta7cfb274d651e858ab06eff5b28a6f77e0178cf1 (diff)
...
Diffstat (limited to 'src/hotstuff_client.cpp')
-rw-r--r--src/hotstuff_client.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/hotstuff_client.cpp b/src/hotstuff_client.cpp
index 6b26c9c..8ee90d7 100644
--- a/src/hotstuff_client.cpp
+++ b/src/hotstuff_client.cpp
@@ -8,16 +8,16 @@
#include "hotstuff/type.h"
#include "hotstuff/client.h"
-using salticidae::NetAddr;
using salticidae::Config;
using salticidae::ElapsedTime;
-using salticidae::EventContext;
-using salticidae::Event;
-using salticidae::bytearray_t;
using salticidae::trim_all;
using salticidae::split;
+using hotstuff::NetAddr;
+using hotstuff::EventContext;
+using hotstuff::Event;
using hotstuff::uint256_t;
+using hotstuff::bytearray_t;
using hotstuff::MsgClient;
using hotstuff::CommandDummy;
using hotstuff::Finality;