timescale resolution fixed

master
moneroexamples 9 years ago
parent 2fee4523fd
commit baed5bd4b0

@ -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 {

@ -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>

Loading…
Cancel
Save