mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
fix build warning for trade.getChatMessages() (#807)
This commit is contained in:
parent
9cb120f6fa
commit
307689d372
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user