mirror of
https://git.wownero.com/wownero/onion-wownero-blockchain-explorer.git
synced 2024-08-15 00:33:12 +00:00
scaning for our mixins in key images disabled for now
This commit is contained in:
parent
c44e97e7d2
commit
f0271ce8e1
2 changed files with 5 additions and 2 deletions
|
@ -1443,6 +1443,9 @@ public:
|
||||||
uint64_t amount = std::get<1>(mix_out);
|
uint64_t amount = std::get<1>(mix_out);
|
||||||
uint64_t output_idx_in_tx = std::get<2>(mix_out);
|
uint64_t output_idx_in_tx = std::get<2>(mix_out);
|
||||||
|
|
||||||
|
//@todo fix this for loop
|
||||||
|
continue;
|
||||||
|
|
||||||
// if (mix_out.first.key != output_data.pubkey)
|
// if (mix_out.first.key != output_data.pubkey)
|
||||||
// {
|
// {
|
||||||
// continue;
|
// continue;
|
||||||
|
@ -1478,7 +1481,7 @@ public:
|
||||||
|
|
||||||
if (!r)
|
if (!r)
|
||||||
{
|
{
|
||||||
cerr << "Cant decode ringCT!" << endl;
|
cerr << "show_my_outputs: key images: Cant decode ringCT!" << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
// cointbase txs have amounts in plain sight.
|
// cointbase txs have amounts in plain sight.
|
||||||
|
|
|
@ -754,7 +754,7 @@ decode_ringct(const rct::rctSig& rv,
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (const std::exception &e)
|
catch (...)
|
||||||
{
|
{
|
||||||
cerr << "Failed to decode input " << i << endl;
|
cerr << "Failed to decode input " << i << endl;
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue