In the function _depositRecordData of DInterest.sol, interestAmount is lowered with feeAmount.
If, by accident, feeAmount happens to be larger than interestAmount, an error occurs and the execution stops, without an error message.
This might make troubleshooting this situation more complicated.
Suggest adding something like:
ZeframLou (88mph) acknowledged
