mirror of
				https://github.com/Xahau/xahaud.git
				synced 2025-11-04 10:45:50 +00:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			a4f96a435a
			...
			fix-bugs
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					105790e61d | 
@@ -339,7 +339,7 @@ LedgerHistory::handleMismatch(
 | 
			
		||||
 | 
			
		||||
    assert(builtLedger->info().seq == validLedger->info().seq);
 | 
			
		||||
 | 
			
		||||
    if (auto stream = j_.debug())
 | 
			
		||||
    if (auto stream = j_.error())
 | 
			
		||||
    {
 | 
			
		||||
        stream << "Built: " << getJson({*builtLedger, {}});
 | 
			
		||||
        stream << "Valid: " << getJson({*validLedger, {}});
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user