mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-26 16:40:20 +00:00
respond to comments
This commit is contained in:
@@ -389,8 +389,7 @@ CheckCash::doApply()
|
||||
STAmount const flowDeliver{
|
||||
optDeliverMin ? maxDeliverMin() : ctx_.tx.getFieldAmount(sfAmount)};
|
||||
|
||||
ApplyViewContext ctx(psb, ctx_.tx);
|
||||
auto const sponsorSle = getTxReserveSponsor(ctx);
|
||||
auto const sponsorSle = getTxReserveSponsor({psb, ctx_.tx});
|
||||
if (!sponsorSle)
|
||||
return sponsorSle.error(); // LCOV_EXCL_LINE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user