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:
@@ -262,8 +262,9 @@ Env::submit (JTx const& jt)
|
||||
[&](OpenView& view, beast::Journal j)
|
||||
{
|
||||
std::tie(ter, didApply) = ripple::apply(
|
||||
view, *stx, applyFlags(), config,
|
||||
beast::Journal{});
|
||||
view, *stx, applyFlags(),
|
||||
directSigVerify, config,
|
||||
beast::Journal{});
|
||||
return didApply;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user