Refactor: improve logs

This commit is contained in:
chimp1984 2020-09-26 17:36:41 -05:00
parent a9ad72d0e4
commit 3ce1ac9285
No known key found for this signature in database
GPG Key ID: 9801B4EC591F90E3

View File

@ -314,6 +314,7 @@ public abstract class TradeProtocol implements DecryptedDirectMessageListener {
private void cleanup() {
stopTimeout();
processModel.getP2PService().removeDecryptedDirectMessageListener(this);
// We do not remove the decryptedDirectMessageListener as in case of not critical failures we want allow to receive
// follow-up messages still
}
}