mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-29 01:38:39 -04:00
Show update notification msg only if client version is older.
This commit is contained in:
parent
c4a1105c09
commit
0e2ccbcdb9
3 changed files with 8 additions and 5 deletions
|
@ -33,7 +33,7 @@ public final class Alert implements StoragePayload {
|
|||
// That object is sent over the wire, so we need to take care of version compatibility.
|
||||
private static final long serialVersionUID = Version.P2P_NETWORK_VERSION;
|
||||
private static final Logger log = LoggerFactory.getLogger(Alert.class);
|
||||
private static final long TTL = TimeUnit.DAYS.toMillis(10);
|
||||
private static final long TTL = TimeUnit.DAYS.toMillis(21);
|
||||
|
||||
public final String message;
|
||||
public final String version;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue