diff --git a/test/integration/start_generate_blocks.js b/test/integration/start_generate_blocks.js index e700d38d5f0160607678a185eb2c5b4c72955cb3..c71bd8c808a9f997afed7a64d7f4861a6ac5e3c3 100644 --- a/test/integration/start_generate_blocks.js +++ b/test/integration/start_generate_blocks.js @@ -19,6 +19,7 @@ const expectJSON = httpTest.expectJSON; const MEMORY_MODE = true; const commonConf = { + bmaWithCrawler: true, ipv4: '127.0.0.1', remoteipv4: '127.0.0.1', currency: 'bb', diff --git a/test/integration/tools/toolbox.ts b/test/integration/tools/toolbox.ts index d0db935b478b290982234890733ad07afa065a64..cbbe1d156eeff3f849dbfa850986bb6b96f83a88 100644 --- a/test/integration/tools/toolbox.ts +++ b/test/integration/tools/toolbox.ts @@ -697,6 +697,7 @@ export const simpleWS2PNetwork: (s1: TestingServer, s2: TestingServer) => Promis export function simpleTestingConf(now = 1500000000, pair:{ pub:string, sec:string }): any { return { + bmaWithCrawler: true, pair, nbCores: 1, udTime0: now,