fix build warning for trade.getChatMessages() (#807)

This commit is contained in:
woodser 2024-03-09 17:50:08 -05:00 committed by GitHub
parent 9cb120f6fa
commit 307689d372
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -394,7 +394,6 @@ public abstract class Trade implements Tradable, Model {
@Setter
@Nullable
private String counterCurrencyTxId;
@Getter
private final ObservableList<ChatMessage> chatMessages = FXCollections.observableArrayList();
// Transient