aboutsummaryrefslogtreecommitdiff
path: root/src/hotstuff_client.cpp
diff options
context:
space:
mode:
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;