mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
fix: decoding key image file data
This commit is contained in:
parent
7da52875a8
commit
2f5b0fe6b6
1 changed files with 25 additions and 20 deletions
|
@ -2750,6 +2750,9 @@ public:
|
|||
// seems we found our output. so now lets decode its amount
|
||||
// using ringct
|
||||
|
||||
if (output_source_tx.version == 2
|
||||
&& !is_coinbase(output_source_tx))
|
||||
{
|
||||
bool r;
|
||||
|
||||
r = decode_ringct(output_source_tx.rct_signatures,
|
||||
|
@ -2775,6 +2778,8 @@ public:
|
|||
|
||||
xmr_amount = rct_amount;
|
||||
|
||||
} // if (output_source_tx.version == 2 && !is_coinbase(output_source_tx))
|
||||
|
||||
break;
|
||||
|
||||
} // if (mine_output)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue