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

Commit

Permalink
KEP-497 Made review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rnistuk committed Sep 14, 2018
1 parent 9a803fa commit 543f910
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions raft/raft.cpp
Expand Up @@ -1257,20 +1257,6 @@ raft::to_peer_message(const peer_address_t& address)
return bzn;
}


void
raft::to_peer_message(const peer_address_t& address)
{
bzn::message bzn;
bzn["port"] = address.port;
bzn["http_port"] = address.http_port;
bzn["host"] = address.host;
bzn["uuid"] = address.uuid;
bzn["name"] = address.name;
return bzn;
}


void
raft::handle_get_peers(std::shared_ptr<bzn::session_base> session)
{
Expand Down

0 comments on commit 543f910

Please sign in to comment.