mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
timescale resolution fixed
This commit is contained in:
parent
2fee4523fd
commit
baed5bd4b0
2 changed files with 3 additions and 3 deletions
|
@ -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…
Reference in a new issue