mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-06 18:26:51 +00:00
fixup! Rename Transactor preflight functions
This commit is contained in:
@@ -210,7 +210,7 @@ Batch::getFlagsMask(PreflightContext const& ctx)
|
||||
* code otherwise.
|
||||
*/
|
||||
NotTEC
|
||||
Batch::doPreflight(PreflightContext const& ctx)
|
||||
Batch::preflight(PreflightContext const& ctx)
|
||||
{
|
||||
auto const parentBatchId = ctx.tx.getTransactionID();
|
||||
auto const outerAccount = ctx.tx.getAccountID(sfAccount);
|
||||
|
||||
@@ -47,7 +47,7 @@ public:
|
||||
getFlagsMask(PreflightContext const& ctx);
|
||||
|
||||
static NotTEC
|
||||
doPreflight(PreflightContext const& ctx);
|
||||
preflight(PreflightContext const& ctx);
|
||||
|
||||
static NotTEC
|
||||
checkSign(PreclaimContext const& ctx);
|
||||
|
||||
Reference in New Issue
Block a user