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

Commit

Permalink
KEP-1220 On key expiration issue delete using pbft
Browse files Browse the repository at this point in the history
MAC build fix
  • Loading branch information
ebruck committed Mar 1, 2019
1 parent f2e2867 commit 0190365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pbft/pbft.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ namespace bzn

void handle_message(const pbft_msg& msg, const bzn_envelope& original_msg) override;

void handle_database_message(const bzn_envelope& msg, std::shared_ptr<bzn::session_base> session);
void handle_database_message(const bzn_envelope& msg, std::shared_ptr<bzn::session_base> session) override;

void handle_database_response_message(const bzn_envelope& msg, std::shared_ptr<bzn::session_base> session);

Expand Down Expand Up @@ -133,7 +133,7 @@ namespace bzn

static uint32_t generate_random_number(uint32_t min, uint32_t max);

std::shared_ptr<const std::vector<bzn::peer_address_t>> current_peers_ptr() const;
std::shared_ptr<const std::vector<bzn::peer_address_t>> current_peers_ptr() const override;

private:
bool preliminary_filter_msg(const pbft_msg& msg);
Expand Down

0 comments on commit 0190365

Please sign in to comment.