mirror of
				https://git.wownero.com/wownero/wownero.git
				synced 2024-08-15 01:03:23 +00:00 
			
		
		
		
	revert sanity check
This commit is contained in:
		
							parent
							
								
									f409249b78
								
							
						
					
					
						commit
						b602ab02ee
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -8800,8 +8800,8 @@ void wallet2::get_outs(std::vector<std::vector<tools::wallet2::get_outs_entry>>
 | 
			
		|||
      // check we're clear enough of rct start, to avoid corner cases below
 | 
			
		||||
      THROW_WALLET_EXCEPTION_IF(rct_offsets.size() <= CRYPTONOTE_DEFAULT_TX_SPENDABLE_AGE,
 | 
			
		||||
          error::get_output_distribution, "Not enough rct outputs");
 | 
			
		||||
      THROW_WALLET_EXCEPTION_IF(rct_offsets.back() <= max_rct_index,
 | 
			
		||||
          error::get_output_distribution, "Daemon reports suspicious number of rct outputs");
 | 
			
		||||
      //THROW_WALLET_EXCEPTION_IF(rct_offsets.back() <= max_rct_index,
 | 
			
		||||
          //error::get_output_distribution, "Daemon reports suspicious number of rct outputs");
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    // get histogram for the amounts we need
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue