Fix line breaks

This commit is contained in:
chimp1984 2020-09-12 20:24:32 -05:00
parent de4fb17a19
commit 966b22a69d
No known key found for this signature in database
GPG key ID: 9801B4EC591F90E3

View file

@ -825,7 +825,7 @@ public class DisputeSummaryWindow extends Overlay<DisputeSummaryWindow> {
if (reason == DisputeResult.Reason.OPTION_TRADE &&
dispute.getChatMessages().size() > 1 &&
dispute.getChatMessages().get(1).isSystemMessage()) {
textToSign += "\n\n" + dispute.getChatMessages().get(1).getMessage();
textToSign += "\n" + dispute.getChatMessages().get(1).getMessage() + "\n";
}
String summaryText = DisputeSummaryVerification.signAndApply(disputeManager, disputeResult, textToSign);