mirror of
				https://git.wownero.com/wownero/wownero.git
				synced 2024-08-15 01:03:23 +00:00 
			
		
		
		
	Merge pull request #7058
89bbb802c wallet2: set propagation timeout to current max timeout (selsta)
			
			
This commit is contained in:
		
						commit
						f83203ecef
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -2962,7 +2962,8 @@ void wallet2::update_pool_state(std::vector<std::tuple<cryptonote::transaction,
 | 
			
		|||
  MTRACE("update_pool_state got pool");
 | 
			
		||||
 | 
			
		||||
  // remove any pending tx that's not in the pool
 | 
			
		||||
  constexpr const std::chrono::seconds tx_propagation_timeout{CRYPTONOTE_DANDELIONPP_EMBARGO_AVERAGE * 3 / 2};
 | 
			
		||||
  // TODO: set tx_propagation_timeout to CRYPTONOTE_DANDELIONPP_EMBARGO_AVERAGE * 3 / 2 after v15 hardfork
 | 
			
		||||
  constexpr const std::chrono::seconds tx_propagation_timeout{500};
 | 
			
		||||
  const auto now = std::chrono::system_clock::now();
 | 
			
		||||
  std::unordered_map<crypto::hash, wallet2::unconfirmed_transfer_details>::iterator it = m_unconfirmed_txs.begin();
 | 
			
		||||
  while (it != m_unconfirmed_txs.end())
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue