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

[fix] Network: sending peering document to /network/peering/peers

parent ba8a485a
No related branches found
No related tags found
No related merge requests found
Pipeline #4422 passed
......@@ -186,7 +186,7 @@ public class NetworkRemoteServiceImpl extends BaseRemoteServiceImpl implements N
Preconditions.checkNotNull(peeringDocument);
// http post /tx/process
HttpPost httpPost = new HttpPost(getPath(peer, URL_PEERING));
HttpPost httpPost = new HttpPost(getPath(peer, URL_PEERING_PEERS));
if (log.isDebugEnabled()) {
log.debug(String.format(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment