mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Track STTx validity with HashRouter. (RIPD-977)
This commit is contained in:
@@ -1707,7 +1707,9 @@ PeerImp::checkTransaction (Job&, int flags,
|
||||
|
||||
auto validate = (flags & SF_SIGGOOD) ? Validate::NO : Validate::YES;
|
||||
std::string reason;
|
||||
auto tx = std::make_shared<Transaction> (stx, validate, reason);
|
||||
auto tx = std::make_shared<Transaction> (stx, validate,
|
||||
directSigVerify,
|
||||
reason);
|
||||
|
||||
if (tx->getStatus () == INVALID)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user