mirror of
				https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
				synced 2024-08-15 00:33:12 +00:00 
			
		
		
		
	Fix: wrong mempool age
https://github.com/moneroexamples/onion-monero-blockchain-explorer/issues/202
This commit is contained in:
		
							parent
							
								
									2b7b07f3be
								
							
						
					
					
						commit
						746798813e
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -115,7 +115,8 @@ MempoolStatus::read_mempool()
 | 
			
		|||
    // get txpool from lmdb database instead of rpc call
 | 
			
		||||
    if (!mcore->get_mempool().get_transactions_and_spent_keys_info(
 | 
			
		||||
                mempool_tx_info,
 | 
			
		||||
                pool_key_image_info))
 | 
			
		||||
                pool_key_image_info,
 | 
			
		||||
                true))
 | 
			
		||||
    {
 | 
			
		||||
        cerr << "Getting mempool failed " << endl;
 | 
			
		||||
        return false;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue