Skip to content

Commit

Permalink
Merge pull request #212 from jmacxx/add_tx_confirmations
Browse files Browse the repository at this point in the history
Add tx_confirmations to resultset in api/outputs
  • Loading branch information
moneroexamples authored Aug 12, 2020
2 parents 5fd419d + 76bd39a commit 395d8f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 395d8f4

Please sign in to comment.