mirror of
				https://git.wownero.com/wownero/wownero.git
				synced 2024-08-15 01:03:23 +00:00 
			
		
		
		
	Use print_money in log
This commit is contained in:
		
							parent
							
								
									d9f3421ce7
								
							
						
					
					
						commit
						c017bb0656
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -54,7 +54,7 @@ namespace cryptonote
 | 
			
		|||
 | 
			
		||||
    if(outputs_amount >= inputs_amount)
 | 
			
		||||
    {
 | 
			
		||||
      LOG_PRINT_L0("transaction use more money then it has: use " << outputs_amount << ", have " << inputs_amount);
 | 
			
		||||
      LOG_PRINT_L0("transaction use more money then it has: use " << print_money(outputs_amount) << ", have " << print_money(inputs_amount));
 | 
			
		||||
      tvc.m_verifivation_failed = true;
 | 
			
		||||
      return false;
 | 
			
		||||
    }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue