mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-06 02:07:07 +00:00
Fix clang build error
This commit is contained in:
@@ -442,7 +442,7 @@ class Loan_test : public beast::unit_test::suite
|
||||
env.close();
|
||||
|
||||
// Verify the loan is at EOL
|
||||
auto const assetsAvailable = [&]() {
|
||||
auto const assetsAvailable = [&, &keylet = keylet]() {
|
||||
if (auto loan = env.le(keylet); BEAST_EXPECT(loan))
|
||||
{
|
||||
BEAST_EXPECT(loan->at(sfPaymentRemaining) == 0);
|
||||
|
||||
Reference in New Issue
Block a user