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