tx template problem with key images disply fixed

This commit is contained in:
moneroexamples 2016-10-11 07:58:45 +08:00
parent 24dc2502fd
commit ec77dd8043
2 changed files with 3 additions and 3 deletions

View File

@ -2300,7 +2300,8 @@ namespace xmreg {
with_ring_signatures)}, with_ring_signatures)},
{"tx_json" , tx_json}, {"tx_json" , tx_json},
{"has_error" , false}, {"has_error" , false},
{"error_msg" , string("")} {"error_msg" , string("")},
{"have_raw_tx" , false},
}; };
string server_time_str = xmreg::timestamp_to_str(server_timestamp, "%F"); string server_time_str = xmreg::timestamp_to_str(server_timestamp, "%F");

View File

@ -136,7 +136,7 @@
False False
{{/already_spent}} {{/already_spent}}
{{/#have_raw_tx}} {{/have_raw_tx}}
</td> </td>
<td>amount: {{amount}}</td> <td>amount: {{amount}}</td>
</tr> </tr>
@ -150,7 +150,6 @@
{{/have_raw_tx}} {{/have_raw_tx}}
<td>blk</td> <td>blk</td>
<td>mixin</td> <td>mixin</td>
<td>in/out</td> <td>in/out</td>
<td>timestamp</td> <td>timestamp</td>
<td>age [y:d:h:m:s]</td> <td>age [y:d:h:m:s]</td>