aboutsummaryrefslogtreecommitdiff
path: root/node/node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'node/node.hpp')
-rw-r--r--node/node.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/node/node.hpp b/node/node.hpp
index 5e3292b..ac379ca 100644
--- a/node/node.hpp
+++ b/node/node.hpp
@@ -56,16 +56,13 @@ class Node
std::vector<uint8_t> network_key;
bool shutting_down;
-
- void send_bye();
-
+
void accept_handler(boost::asio::ip::tcp::socket&& socket);
void start_precomputation();
void start_initialisation();
void handle_node_initialization(cmix_proto::Initialization const& init);
- void handle_node_bye(cmix_proto::Bye);
void handle_node_secretkey(cmix_proto::SecretKey const& secret);
void handle_node_message(cmix_proto::CMixMessage message);