mirror of
https://github.com/EvernodeXRPL/hpcore.git
synced 2026-04-29 15:37:59 +00:00
Introduce peer requirement announcement. (#156)
This commit is contained in:
committed by
GitHub
parent
beedfb2709
commit
fe24ef2388
@@ -19,6 +19,11 @@ namespace p2p
|
||||
p2p::handle_peer_close(*this);
|
||||
}
|
||||
|
||||
void peer_comm_session::handle_on_verified()
|
||||
{
|
||||
p2p::handle_peer_on_verified(*this);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns printable name for the session based on uniqueid (used for logging).
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user