ui: Display shared address for XMR swaps.

This commit is contained in:
tecnovert
2021-09-05 00:15:25 +02:00
parent d392193d7e
commit 2562aec4bd
4 changed files with 11 additions and 1 deletions

View File

@@ -60,6 +60,9 @@
<input type="hidden" name="formid" value="{{ form_id }}">
{% if data.show_txns %}
{% if data.xmr_b_shared_address %}
<p>Shared Address: {{ data.xmr_b_shared_address }}</p>
{% endif %}
<h4>Transactions</h4>
<table>
<tr><th>Tx Type</th><th>Tx ID</th><th>Blocks Deep</th></tr>