show raw tx data for non-ringct transactions added

This commit is contained in:
moneroexamples 2016-10-12 10:31:10 +08:00
parent 847151c2d7
commit 287a0014d6

View file

@ -1643,9 +1643,6 @@ namespace xmreg {
= boost::find_nth(timescale, "*", point_to_find); = boost::find_nth(timescale, "*", point_to_find);
*(r.begin()) = 'R'; *(r.begin()) = 'R';
//timescale.insert(*(r.begin()), "<span>*</span>");
cout << timescale << endl;
++idx; ++idx;
} }