timescale resolution fixed

This commit is contained in:
moneroexamples 2016-04-21 16:38:50 +08:00
parent 2fee4523fd
commit baed5bd4b0
2 changed files with 3 additions and 3 deletions

View file

@ -656,8 +656,8 @@ namespace xmreg {
mixin_timestamps, mixin_timestamps,
server_timestamp, 165); server_timestamp, 165);
// add beginning and end to the mixin_times_scale // save resolution of mixin timescales
string timescale_str = mixin_times_scale.first; timescale_scale = mixin_times_scale.second;
// save the string timescales for later to show // save the string timescales for later to show
mixins_timescales.push_back(mstch::map { mixins_timescales.push_back(mstch::map {

View file

@ -15,7 +15,7 @@
{{#mempooltxs}} {{#mempooltxs}}
<tr> <tr>
<td>{{age}}</td> <td>{{age}}</td>
<td>{{hash}}</td> <td><a href="/tx/{{hash}}">{{hash}}</a></td>
<td>{{fee}}</td> <td>{{fee}}</td>
<td>{{xmr_inputs}}/{{xmr_outputs}}</td> <td>{{xmr_inputs}}/{{xmr_outputs}}</td>
<td>{{mixin}}</td> <td>{{mixin}}</td>