diff options
Diffstat (limited to 'src/hotstuff.cpp')
-rw-r--r-- | src/hotstuff.cpp | 2 |
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), |