mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Fix merge issue: references to retired features
This commit is contained in:
@@ -567,9 +567,6 @@ Payment::makeRipplePayment(Payment::RipplePaymentParams const& p)
|
||||
beast::Journal j_ = p.j;
|
||||
|
||||
auto view = [&p]() -> ApplyView& { return p.ctx.view(); };
|
||||
bool const depositPreauth =
|
||||
p.ctx.view().rules().enabled(featureDepositPreauth);
|
||||
bool const depositAuth = p.ctx.view().rules().enabled(featureDepositAuth);
|
||||
|
||||
// Below this line, copied straight from Payment::doApply
|
||||
// except `ctx_.tx.getFieldPathSet(sfPaths)` replaced with `paths`,
|
||||
|
||||
Reference in New Issue
Block a user