diff --git a/src/page.h b/src/page.h index 7cc084d..d39bfe7 100644 --- a/src/page.h +++ b/src/page.h @@ -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 { diff --git a/src/templates/mempool.html b/src/templates/mempool.html index 355f666..a6fa044 100644 --- a/src/templates/mempool.html +++ b/src/templates/mempool.html @@ -15,7 +15,7 @@ {{#mempooltxs}} {{age}} - {{hash}} + {{hash}} {{fee}} {{xmr_inputs}}/{{xmr_outputs}} {{mixin}}