mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Publish all validation fields for signature verification:
Publish own validations to subscription stream
This commit is contained in:
committed by
Howard Hinnant
parent
45ff08b6aa
commit
ec1ffa2945
@@ -963,6 +963,11 @@ OverlayImpl::send (protocol::TMValidation& m)
|
||||
if (! m.has_hops() || p->hopsAware())
|
||||
p->send(sm);
|
||||
});
|
||||
|
||||
SerialIter sit (m.validation().data(), m.validation().size());
|
||||
auto val = std::make_shared <
|
||||
STValidation> (std::ref (sit), false);
|
||||
app_.getOPs().pubValidation (val);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user