mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove unused unl module code
This commit is contained in:
committed by
Nik Bougalis
parent
8aafebbb75
commit
aeebfeab10
@@ -81,8 +81,6 @@ PeerImp::PeerImp (id_t id, endpoint_type remote_endpoint,
|
||||
, fee_ (Resource::feeLightPeer)
|
||||
, slot_ (slot)
|
||||
, http_message_(std::move(request))
|
||||
, unlHorizon_(getApp().getValidators().insert(id,
|
||||
slotToHorizonKind(*slot_)))
|
||||
{
|
||||
}
|
||||
|
||||
@@ -1806,11 +1804,6 @@ PeerImp::checkValidation (Job&, STValidation::pointer val,
|
||||
return;
|
||||
}
|
||||
|
||||
#if RIPPLE_HOOK_VALIDATORS
|
||||
getApp().getValidators().onMessage(
|
||||
unlHorizon_, *packet, *val);
|
||||
#endif
|
||||
|
||||
if (getApp().getOPs ().recvValidation(
|
||||
val, std::to_string(id())))
|
||||
overlay_.relay(*packet, signingHash);
|
||||
|
||||
Reference in New Issue
Block a user