mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-22 19:49:22 +00:00
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:
parent
93e85c5ce6
commit
3c5a82e915
1 changed files with 0 additions and 1 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Reference in a new issue