mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-02 16:26:48 +00:00
committed by
GitHub
parent
e8bdbaa1e8
commit
411286c519
@@ -744,6 +744,9 @@ TxQ::apply(
|
||||
if (auto directApplied = tryDirectApply(app, view, tx, flags, j))
|
||||
return *directApplied;
|
||||
|
||||
if ((flags & TapDryRun) != 0u)
|
||||
return {telCAN_NOT_QUEUE, false};
|
||||
|
||||
// If we get past tryDirectApply() without returning then we expect
|
||||
// one of the following to occur:
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user