timescale resolution fixed

add_selenium_testing
moneroexamples 8 years ago
parent 2fee4523fd
commit baed5bd4b0

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

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

Loading…
Cancel
Save