add todo to save message for reprocessing

This commit is contained in:
woodser 2025-10-08 15:14:47 -04:00
parent 0fd1817053
commit 7ca861b692
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -606,8 +606,7 @@ public abstract class DisputeManager<T extends DisputeList<Dispute>> extends Sup
}
if (sender == null) throw new RuntimeException("Pub key ring is not from arbitrator, buyer, or seller");
// // save message for reprocessing
// // TODO: handle reprocessing if needed
// TODO: save message for reprocessing (arbitrator must remove this when processed or it'll attempt to be sent to peer)
// sender.setDisputeOpenedMessage(message);
// process on trade thread