aboutsummaryrefslogtreecommitdiff
path: root/include/hotstuff/entity.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hotstuff/entity.h')
-rw-r--r--include/hotstuff/entity.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/hotstuff/entity.h b/include/hotstuff/entity.h
index 9b1b4b1..c112dd7 100644
--- a/include/hotstuff/entity.h
+++ b/include/hotstuff/entity.h
@@ -90,8 +90,7 @@ class ReplicaConfig {
class Block;
class HotStuffCore;
-using block_t = salticidae::RcObj<Block>;
-using block_weak_t = salticidae::WeakObj<Block>;
+using block_t = salticidae::ArcObj<Block>;
class Command: public Serializable {
friend HotStuffCore;