From ec6a1f84324faf8e7c92f32137464db57410f58a Mon Sep 17 00:00:00 2001 From: Determinant Date: Fri, 27 Jul 2018 17:33:23 -0400 Subject: fix signature verification bug --- src/consensus.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/consensus.cpp') diff --git a/src/consensus.cpp b/src/consensus.cpp index 57152f0..ac7e56a 100644 --- a/src/consensus.cpp +++ b/src/consensus.cpp @@ -125,7 +125,7 @@ void HotStuffCore::on_propose(const std::vector &cmds, } /* create the new block */ block_t bnew = storage->add_blk( - Block( + new Block( parents, cmds, p->height + 1, -- cgit v1.2.3-70-g09d2