mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
tx template problem with key images disply fixed
This commit is contained in:
parent
24dc2502fd
commit
ec77dd8043
2 changed files with 3 additions and 3 deletions
|
@ -2300,7 +2300,8 @@ namespace xmreg {
|
|||
with_ring_signatures)},
|
||||
{"tx_json" , tx_json},
|
||||
{"has_error" , false},
|
||||
{"error_msg" , string("")}
|
||||
{"error_msg" , string("")},
|
||||
{"have_raw_tx" , false},
|
||||
};
|
||||
|
||||
string server_time_str = xmreg::timestamp_to_str(server_timestamp, "%F");
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
False
|
||||
{{/already_spent}}
|
||||
|
||||
{{/#have_raw_tx}}
|
||||
{{/have_raw_tx}}
|
||||
</td>
|
||||
<td>amount: {{amount}}</td>
|
||||
</tr>
|
||||
|
@ -150,7 +150,6 @@
|
|||
{{/have_raw_tx}}
|
||||
<td>blk</td>
|
||||
<td>mixin</td>
|
||||
|
||||
<td>in/out</td>
|
||||
<td>timestamp</td>
|
||||
<td>age [y:d:h:m:s]</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue