tx template problem with key images disply fixed

master
moneroexamples 8 years ago
parent 24dc2502fd
commit ec77dd8043

@ -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…
Cancel
Save