mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-19 23:36:00 -04:00
avoid null pointer
This commit is contained in:
parent
d586c03a87
commit
913c29a2db
@ -43,7 +43,7 @@ public class TransactionsListItem {
|
||||
@Nullable
|
||||
private Tradable tradable;
|
||||
private String details;
|
||||
private String addressString;
|
||||
private String addressString = "";
|
||||
private String direction;
|
||||
private TxConfidenceListener txConfidenceListener;
|
||||
private boolean received;
|
||||
|
Loading…
x
Reference in New Issue
Block a user