scaning for our mixins in key images disabled for now

This commit is contained in:
moneroexamples 2017-01-12 01:51:24 +00:00
parent c44e97e7d2
commit f0271ce8e1
2 changed files with 5 additions and 2 deletions

View File

@ -1443,6 +1443,9 @@ public:
uint64_t amount = std::get<1>(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)
// {
// continue;
@ -1478,7 +1481,7 @@ public:
if (!r)
{
cerr << "Cant decode ringCT!" << endl;
cerr << "show_my_outputs: key images: Cant decode ringCT!" << endl;
}
// cointbase txs have amounts in plain sight.

View File

@ -754,7 +754,7 @@ decode_ringct(const rct::rctSig& rv,
return false;
}
}
catch (const std::exception &e)
catch (...)
{
cerr << "Failed to decode input " << i << endl;
return false;