Merge pull request #212 from jmacxx/add_tx_confirmations

Add tx_confirmations to resultset in api/outputs
This commit is contained in:
moneroexamples 2020-08-12 18:34:20 +08:00 committed by GitHub
commit 395d8f4a61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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";