diff --git a/src/libxrpl/tx/transactors/check/CheckCash.cpp b/src/libxrpl/tx/transactors/check/CheckCash.cpp index 9344fdc073..e7159a3966 100644 --- a/src/libxrpl/tx/transactors/check/CheckCash.cpp +++ b/src/libxrpl/tx/transactors/check/CheckCash.cpp @@ -401,7 +401,7 @@ CheckCash::doApply() // Can the account cover the trust line's or MPT reserve? if (auto const ret = checkInsufficientReserve( - ApplyViewContext{psb, ctx_.tx}, + ApplyViewContext{.view = psb, .tx = ctx_.tx}, sleDst, preFeeBalance_, *sponsorSle,