From 287a0014d6475f1adcd47b552802ccc2fe73112a Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Wed, 12 Oct 2016 10:31:10 +0800 Subject: [PATCH] show raw tx data for non-ringct transactions added --- src/page.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/page.h b/src/page.h index 4672369..62c9a47 100644 --- a/src/page.h +++ b/src/page.h @@ -1643,9 +1643,6 @@ namespace xmreg { = boost::find_nth(timescale, "*", point_to_find); *(r.begin()) = 'R'; - //timescale.insert(*(r.begin()), "*"); - - cout << timescale << endl; ++idx; }