Skip to content
Snippets Groups Projects
Commit 4f0f86ff authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

minor changes

parent 650fe23f
No related branches found
No related tags found
No related merge requests found
Pipeline #10560 passed
...@@ -112,7 +112,7 @@ public class NetworkServiceImpl extends BaseRemoteServiceImpl implements Network ...@@ -112,7 +112,7 @@ public class NetworkServiceImpl extends BaseRemoteServiceImpl implements Network
filterDef.filterType = null; filterDef.filterType = null;
filterDef.filterStatus = Peer.PeerStatus.UP; filterDef.filterStatus = Peer.PeerStatus.UP;
filterDef.filterEndpoints = ImmutableList.of(EndpointApi.BASIC_MERKLED_API.label(), EndpointApi.BMAS.label(), EndpointApi.WS2P.label()); 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 // Default sort
Sort sortDef = new Sort(); Sort sortDef = new Sort();
...@@ -870,5 +870,4 @@ public class NetworkServiceImpl extends BaseRemoteServiceImpl implements Network ...@@ -870,5 +870,4 @@ public class NetworkServiceImpl extends BaseRemoteServiceImpl implements Network
} }
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment