mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-12-22 11:39:29 +00:00
fix build warning for trade.getChatMessages() (#807)
This commit is contained in:
parent
9cb120f6fa
commit
307689d372
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue