|
|
@ -2750,6 +2750,9 @@ public:
|
|
|
|
// seems we found our output. so now lets decode its amount
|
|
|
|
// seems we found our output. so now lets decode its amount
|
|
|
|
// using ringct
|
|
|
|
// using ringct
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (output_source_tx.version == 2
|
|
|
|
|
|
|
|
&& !is_coinbase(output_source_tx))
|
|
|
|
|
|
|
|
{
|
|
|
|
bool r;
|
|
|
|
bool r;
|
|
|
|
|
|
|
|
|
|
|
|
r = decode_ringct(output_source_tx.rct_signatures,
|
|
|
|
r = decode_ringct(output_source_tx.rct_signatures,
|
|
|
@ -2775,6 +2778,8 @@ public:
|
|
|
|
|
|
|
|
|
|
|
|
xmr_amount = rct_amount;
|
|
|
|
xmr_amount = rct_amount;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} // if (output_source_tx.version == 2 && !is_coinbase(output_source_tx))
|
|
|
|
|
|
|
|
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
|
|
|
|
|
|
|
|
} // if (mine_output)
|
|
|
|
} // if (mine_output)
|
|
|
|