This commit is contained in:
Richard Holland
2025-10-16 17:10:22 +11:00
parent 596b080a6b
commit d5ff8b7010

View File

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