Submitted by gpersoon
The function deposit of RCTreasury.sol resets the isForeclosed state and emits LogUserForeclosed, if the use have enough funds.
However this also happens if the user is not Foreclosed and so the emit is redundant and confusing.
L279
Recommend only do the emit when isForeclosed was true
Splidge (Reality Cards) confirmed and resolved:
