This commit is contained in:
Richard Holland
2025-10-18 11:56:51 +11:00
parent 2dfe1fbe89
commit 49138aa0ab

View File

@@ -179,7 +179,7 @@ Change::preclaim(PreclaimContext const& ctx)
// check on ledger
if (auto const unlRep = ctx.view.read(keylet::UNLReport());
unlRep && unlRep->isFieldPresent(sfImportVLKeys))
unlRep && unlRep->isFieldPresent(sfImportVLKeys))
{
auto const& vlKeys = unlRep->getFieldArray(sfImportVLKeys);
for (auto const& k : vlKeys)