mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
timescale size changed
This commit is contained in:
parent
ac6ef6fa07
commit
b8e758f259
1 changed files with 1 additions and 1 deletions
|
@ -1045,7 +1045,7 @@ namespace xmreg {
|
||||||
// get mixins in time scale for visual representation
|
// get mixins in time scale for visual representation
|
||||||
pair<string, double> mixin_times_scale = xmreg::timestamps_time_scale(
|
pair<string, double> mixin_times_scale = xmreg::timestamps_time_scale(
|
||||||
mixin_timestamps,
|
mixin_timestamps,
|
||||||
server_timestamp, 175);
|
server_timestamp, 170);
|
||||||
|
|
||||||
// save resolution of mixin timescales
|
// save resolution of mixin timescales
|
||||||
timescale_scale = mixin_times_scale.second;
|
timescale_scale = mixin_times_scale.second;
|
||||||
|
|
Loading…
Reference in a new issue