mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
template for raw unsigned tx details updated
This commit is contained in:
parent
6c68a4944e
commit
00965a473f
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
||||||
{{#txs}}
|
{{#txs}}
|
||||||
<div class="center" style="width: 100%; margin-top:10px">
|
<div class="center" style="width: 100%; margin-top:10px">
|
||||||
<h4>Basic information</h4>
|
<h4>Basic information</h4>
|
||||||
<div class="center" style="width: 100%;">
|
<h5>
|
||||||
{{#dest_infos}}
|
{{#dest_infos}}
|
||||||
Send {{dest_amount}} to {{dest_address}}<br/>
|
Send {{dest_amount}} to {{dest_address}}<br/>
|
||||||
{{/dest_infos}}
|
{{/dest_infos}}
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
{{#has_payment_id8}}
|
{{#has_payment_id8}}
|
||||||
Payment id (encrypted): {{payment_id8}}<br/>
|
Payment id (encrypted): {{payment_id8}}<br/>
|
||||||
{{/has_payment_id8}}
|
{{/has_payment_id8}}
|
||||||
</div>
|
</h5>
|
||||||
|
|
||||||
<h3>
|
<h3>
|
||||||
Inputs' mixins time scale (from {{min_mix_time}} till {{max_mix_time}};
|
Inputs' mixins time scale (from {{min_mix_time}} till {{max_mix_time}};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue