mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-28 17:40:25 +00:00
clean up
This commit is contained in:
@@ -390,10 +390,7 @@ CheckCash::doApply()
|
||||
STAmount const flowDeliver{
|
||||
optDeliverMin ? maxDeliverMin() : ctx_.tx.getFieldAmount(sfAmount)};
|
||||
|
||||
auto applyViewContext = ApplyViewContext(
|
||||
{.view = psb,
|
||||
.tx = ctx_.tx,
|
||||
.reserveContext = ReserveContext::makeFromTx(psb, ctx_.tx)});
|
||||
auto applyViewContext = ApplyViewContext::makeFromTx(psb, ctx_.tx);
|
||||
auto const sponsorSle = applyViewContext.reserveContext.sponsorSle;
|
||||
|
||||
// Check reserve. Return destination account SLE if enough reserve,
|
||||
|
||||
Reference in New Issue
Block a user