Skip to content
Snippets Groups Projects
Commit 7ec8440d authored by Éloïs's avatar Éloïs
Browse files

[fix] test start_generate_blocks

parent a0b0f3ac
No related branches found
No related tags found
1 merge request!1178Add WS2PTOR features
...@@ -19,6 +19,7 @@ const expectJSON = httpTest.expectJSON; ...@@ -19,6 +19,7 @@ const expectJSON = httpTest.expectJSON;
const MEMORY_MODE = true; const MEMORY_MODE = true;
const commonConf = { const commonConf = {
bmaWithCrawler: true,
ipv4: '127.0.0.1', ipv4: '127.0.0.1',
remoteipv4: '127.0.0.1', remoteipv4: '127.0.0.1',
currency: 'bb', currency: 'bb',
......
...@@ -697,6 +697,7 @@ export const simpleWS2PNetwork: (s1: TestingServer, s2: TestingServer) => Promis ...@@ -697,6 +697,7 @@ export const simpleWS2PNetwork: (s1: TestingServer, s2: TestingServer) => Promis
export function simpleTestingConf(now = 1500000000, pair:{ pub:string, sec:string }): any { export function simpleTestingConf(now = 1500000000, pair:{ pub:string, sec:string }): any {
return { return {
bmaWithCrawler: true,
pair, pair,
nbCores: 1, nbCores: 1,
udTime0: now, udTime0: now,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment