Description
When using DarkpoolAssetManager::Split(), there is no check to make sure that the 2 resulting notes are not equal, making it impossible to use the second note after the first one as the nullifier will be used by then.
Check the poc here.
Recommendation
In DarkpoolAssetManager::Split() add a _noteOut1 != _noteOut2 check.
Status
Addressed in #8b300f0.