mirror of
				https://git.wownero.com/wownero/wownero.git
				synced 2024-08-15 01:03:23 +00:00 
			
		
		
		
	up tx splits limit 5 -> 30
This commit is contained in:
		
							parent
							
								
									2e048a4679
								
							
						
					
					
						commit
						8166650ae0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -839,7 +839,7 @@ std::vector<std::vector<cryptonote::tx_destination_entry>> simple_wallet::split_
 | 
			
		|||
void simple_wallet::create_transactions(std::vector<cryptonote::tx_destination_entry> dsts, const size_t fake_outs_count, const uint64_t unlock_time, const uint64_t fee, const std::vector<uint8_t> extra)
 | 
			
		||||
{
 | 
			
		||||
  // for now, limit to 5 attempts.  TODO: discuss a good number to limit to.
 | 
			
		||||
  const size_t MAX_ATTEMPTS = 5;
 | 
			
		||||
  const size_t MAX_ATTEMPTS = 30;
 | 
			
		||||
 | 
			
		||||
  // failsafe split attempt counter
 | 
			
		||||
  size_t attempt_count = 0;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue