Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
clients
java
duniter4j
Commits
4f0f86ff
Commit
4f0f86ff
authored
Dec 30, 2020
by
Benoit Lavenier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor changes
parent
650fe23f
Pipeline
#10560
passed with stage
in 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
duniter4j-core-client/src/main/java/org/duniter/core/client/service/local/NetworkServiceImpl.java
...duniter/core/client/service/local/NetworkServiceImpl.java
+1
-2
No files found.
duniter4j-core-client/src/main/java/org/duniter/core/client/service/local/NetworkServiceImpl.java
View file @
4f0f86ff
...
...
@@ -112,7 +112,7 @@ public class NetworkServiceImpl extends BaseRemoteServiceImpl implements Network
filterDef
.
filterType
=
null
;
filterDef
.
filterStatus
=
Peer
.
PeerStatus
.
UP
;
filterDef
.
filterEndpoints
=
ImmutableList
.
of
(
EndpointApi
.
BASIC_MERKLED_API
.
label
(),
EndpointApi
.
BMAS
.
label
(),
EndpointApi
.
WS2P
.
label
());
filterDef
.
minBlockNumber
=
current
.
getNumber
()
.
intValue
()
-
100
;
filterDef
.
minBlockNumber
=
current
.
getNumber
()
-
100
;
// Default sort
Sort
sortDef
=
new
Sort
();
...
...
@@ -870,5 +870,4 @@ public class NetworkServiceImpl extends BaseRemoteServiceImpl implements Network
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment