mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-10-11 01:58:47 -04:00
add todo to save message for reprocessing
This commit is contained in:
parent
0fd1817053
commit
7ca861b692
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue