Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
fix for osx compile
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelsavannah committed Nov 28, 2018
1 parent 2e7d75b commit 7f493e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbft/dummy_pbft_service.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ void
dummy_pbft_service::send_execute_response(const std::shared_ptr<pbft_operation>& op)
{
database_response resp;
resp.mutable_read()->set_value("dummy database execution of sequence" + op->get_sequence());
resp.mutable_read()->set_value("dummy database execution of sequence" + std::to_string(op->get_sequence()));

if (auto session = op->session().lock())
{
Expand Down

0 comments on commit 7f493e9

Please sign in to comment.