monero: investigated TODO and can remove it

The behavior appears to match monero core. monero core isn't
throwing an exception in the linked code, it's returning
boost::none (and logging an error) which is the same functional
behavior as finding that the output does not belong to the user.
This commit is contained in:
j-berman 2024-01-04 21:18:51 -08:00 committed by Luke Parker
parent 93e85c5ce6
commit 3c5a82e915

View file

@ -363,7 +363,6 @@ impl Scanner {
// https://github.com/monero-project/monero/
// blob/04a1e2875d6e35e27bb21497988a6c822d319c28/
// src/cryptonote_basic/cryptonote_format_utils.cpp#L1062
// TODO: Should this return? Where does Monero set the trap handler for this exception?
continue;
}
None => {