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/hotstuff_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hotstuff_client.cpp') diff --git a/src/hotstuff_client.cpp b/src/hotstuff_client.cpp index c1e7ea4..e213e78 100644 --- a/src/hotstuff_client.cpp +++ b/src/hotstuff_client.cpp @@ -67,7 +67,7 @@ void try_send() { void client_resp_cmd_handler(MsgRespCmd &&msg, MsgNetwork::conn_t) { auto &fin = msg.fin; - HOTSTUFF_LOG_DEBUG("got %s", std::string(msg).c_str()); + HOTSTUFF_LOG_DEBUG("got %s", std::string(msg.fin).c_str()); const uint256_t &cmd_hash = fin.cmd_hash; auto it = waiting.find(cmd_hash); if (fin.rid != proposer) -- cgit v1.2.3