mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Dynamic peer list implementation. (#152)
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
|
||||
namespace usr
|
||||
{
|
||||
void user_comm_session::handle_connect()
|
||||
int user_comm_session::handle_connect()
|
||||
{
|
||||
usr::handle_user_connect(*this);
|
||||
return usr::handle_user_connect(*this);
|
||||
}
|
||||
|
||||
int user_comm_session::handle_message(std::string_view msg)
|
||||
|
||||
Reference in New Issue
Block a user