mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
ui: Display shared address for XMR swaps.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user