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

View file

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