mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-11-17 00:07:49 +00:00
remove arbitrator chat next steps on dispute closed
This commit is contained in:
parent
e4a749902b
commit
a35f38b76d
1 changed files with 0 additions and 1 deletions
|
@ -270,7 +270,6 @@ public class CoreDisputesService {
|
|||
}
|
||||
|
||||
String summaryText = DisputeSummaryVerification.signAndApply(disputeManager, disputeResult, textToSign);
|
||||
summaryText += Res.get("disputeSummaryWindow.close.nextStepsForRefundAgentArbitration");
|
||||
|
||||
disputeManager.closeDisputeTicket(disputeResult, dispute, summaryText, () -> {
|
||||
dispute.setDisputeResult(disputeResult);
|
||||
|
|
Loading…
Reference in a new issue