mirror of
				https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
				synced 2024-08-15 00:33:12 +00:00 
			
		
		
		
	Merge pull request #212 from jmacxx/add_tx_confirmations
Add tx_confirmations to resultset in api/outputs
This commit is contained in:
		
						commit
						395d8f4a61
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -5413,6 +5413,7 @@ json_outputs(string tx_hash_str,
 | 
			
		|||
    j_data["address"]  = pod_to_hex(address_info.address);
 | 
			
		||||
    j_data["viewkey"]  = pod_to_hex(prv_view_key);
 | 
			
		||||
    j_data["tx_prove"] = tx_prove;
 | 
			
		||||
    j_data["tx_confirmations"] = txd.no_confirmations;
 | 
			
		||||
 | 
			
		||||
    j_response["status"] = "success";
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue