mirror of
				https://git.wownero.com/wownero/wownero.git
				synced 2024-08-15 01:03:23 +00:00 
			
		
		
		
	compile fix
This commit is contained in:
		
							parent
							
								
									a46db6fbf9
								
							
						
					
					
						commit
						ea1ff89671
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1208,8 +1208,8 @@ UnsignedTransaction *WalletImpl::loadUnsignedTxFromStr(const std::string &unsign
 | 
			
		|||
 | 
			
		||||
    // Check tx data and construct confirmation message
 | 
			
		||||
    std::string extra_message;
 | 
			
		||||
    if (!transaction->m_unsigned_tx_set.transfers.second.empty())
 | 
			
		||||
        extra_message = (boost::format("%u outputs to import. ") % (unsigned)transaction->m_unsigned_tx_set.transfers.second.size()).str();
 | 
			
		||||
    if (!std::get<2>(transaction->m_unsigned_tx_set.transfers).empty())
 | 
			
		||||
        extra_message = (boost::format("%u outputs to import. ") % (unsigned)std::get<2>(transaction->m_unsigned_tx_set.transfers).size()).str();
 | 
			
		||||
    transaction->checkLoadedTx([&transaction](){return transaction->m_unsigned_tx_set.txes.size();}, [&transaction](size_t n)->const tools::wallet2::tx_construction_data&{return transaction->m_unsigned_tx_set.txes[n];}, extra_message);
 | 
			
		||||
    setStatus(transaction->status(), transaction->errorString());
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue