mirror of
				https://git.wownero.com/wowlet/wowlet.git
				synced 2024-08-15 01:03:14 +00:00 
			
		
		
		
	History: don't allow rebroadcasting incoming transaction
This commit is contained in:
		
							parent
							
								
									45b3f1ebde
								
							
						
					
					
						commit
						677f7df376
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -55,7 +55,7 @@ void HistoryWidget::showContextMenu(const QPoint &point) {
 | 
			
		|||
        unconfirmed = tInfo.isFailed() || tInfo.isPending();
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    if (AppContext::txCache.contains(txid) && unconfirmed) {
 | 
			
		||||
    if (AppContext::txCache.contains(txid) && unconfirmed && direction != TransactionInfo::Direction_In) {
 | 
			
		||||
        menu.addAction(QIcon(":/assets/images/info.png"), "Resend transaction", this, &HistoryWidget::onResendTransaction);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue