mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 08:46:46 +00:00
committed by
Bart
parent
158b84812c
commit
0ff849cc41
@@ -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