mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-15 09:55:56 -04:00
set version to 0.0.1
This commit is contained in:
parent
031f091f69
commit
20915ac15e
11 changed files with 13 additions and 13 deletions
|
@ -267,7 +267,7 @@ public class RequestDataManager implements MessageListener, ConnectionListener,
|
|||
if (networkEnvelope instanceof GetDataRequest) {
|
||||
if (!stopped) {
|
||||
GetDataRequest getDataRequest = (GetDataRequest) networkEnvelope;
|
||||
if (getDataRequest.getVersion() == null || !Version.isNewVersion(getDataRequest.getVersion(), "1.5.0")) {
|
||||
if (getDataRequest.getVersion() == null || !Version.isNewVersion(getDataRequest.getVersion(), "0.0.0")) {
|
||||
connection.shutDown(CloseConnectionReason.MANDATORY_CAPABILITIES_NOT_SUPPORTED);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue