timescale made longer

This commit is contained in:
moneroexamples 2016-05-01 12:36:55 +08:00
parent 89845f986b
commit 5b4d2f8f1c
1 changed files with 1 additions and 1 deletions

View File

@ -1045,7 +1045,7 @@ namespace xmreg {
// get mixins in time scale for visual representation
pair<string, double> mixin_times_scale = xmreg::timestamps_time_scale(
mixin_timestamps,
server_timestamp, 165);
server_timestamp, 175);
// save resolution of mixin timescales
timescale_scale = mixin_times_scale.second;