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

[fix] #784 #799 #837 Update duniter-bma

parent 5d8103b3
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@
"colors": "1.1.2",
"commander": "2.9.0",
"daemonize2": "0.4.2",
"duniter-bma": "^0.2.10",
"duniter-bma": "^0.2.11",
"duniter-common": "0.1.0",
"duniter-crawler": "^0.2.9",
"duniter-keypair": "^0.3.0",
......
......@@ -125,7 +125,7 @@ module.exports = {
processRequest: () => { /* Does nothing */ }
};
const fakeServer = yield network.createServersAndListen("Fake Duniter Server", [{
const fakeServer = yield network.createServersAndListen("Fake Duniter Server", { conf: {} }, [{
ip: host,
port: port
}], NO_HTTP_LOGS, logger, NO_STATIC_PATH, (app, httpMethods) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment