Skip to content
Snippets Groups Projects
Commit 8274d521 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Fix: sync was no more recording the peers in its database

parent b1688efa
No related branches found
No related tags found
No related merge requests found
......@@ -277,6 +277,7 @@ function Synchroniser (server, host, port, conf, interactive) {
});
entry.signature = sign;
watcher.writeStatus('Peer ' + entry.pubkey);
yield PeeringService.submitP(entry, false, to === undefined);
} catch (e) {
logger.warn(e);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment