From 6793d26475211a83000005e4e46e97af9fbe3be5 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Wed, 12 Oct 2016 13:57:04 +0800 Subject: [PATCH] timescales parameters grouped together --- src/page.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/page.h b/src/page.h index 37d6067..6b7bf60 100644 --- a/src/page.h +++ b/src/page.h @@ -2462,10 +2462,6 @@ namespace xmreg { mstch::array inputs = mstch::array{}; - mstch::array mixins_timescales; - - double timescale_scale {0.0}; // size of one '_' in days - uint64_t input_idx {0}; uint64_t inputs_xmr_sum {0}; @@ -2587,6 +2583,10 @@ namespace xmreg { input_idx++; } // for (const txin_to_key& in_key: txd.input_key_imgs) + mstch::array mixins_timescales; + + double timescale_scale {0.0}; // size of one '_' in days + min_mix_timestamp -= 3600; max_mix_timestamp += 3600;