Skip to content

Commit

Permalink
add first
Browse files Browse the repository at this point in the history
  • Loading branch information
satellitex committed Jun 14, 2017
1 parent f5b1dcc commit 6e6457d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions core/peer_service/self_state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,15 @@ namespace peer_service{
};
namespace self_state{

std::string getPublicKey();
std::string getPrivateKey();
std::string getIp();
std::string getPublicKey(){

}
std::string getPrivateKey(){

}
std::string getIp(){

}

bool isLeader();
State state();
Expand Down

0 comments on commit 6e6457d

Please sign in to comment.