mirror of
				https://github.com/Xahau/xahaud.git
				synced 2025-11-04 10:45:50 +00:00 
			
		
		
		
	bug
This commit is contained in:
		@@ -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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user