aboutsummaryrefslogtreecommitdiff
path: root/src/hotstuff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/hotstuff.cpp')
-rw-r--r--src/hotstuff.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hotstuff.cpp b/src/hotstuff.cpp
index 2bde97e..af1ac88 100644
--- a/src/hotstuff.cpp
+++ b/src/hotstuff.cpp
@@ -381,8 +381,8 @@ HotStuffBase::HotStuffBase(uint32_t blk_size,
listen_addr(listen_addr),
blk_size(blk_size),
eb(eb),
- pmaker(std::move(pmaker)),
pn(eb),
+ pmaker(std::move(pmaker)),
fetched(0), delivered(0),
nsent(0), nrecv(0),