From 5e0a21304b06c17d51744e0f3c283cafaca9dd66 Mon Sep 17 00:00:00 2001 From: littleskunk Date: Wed, 13 Sep 2017 02:14:41 +0200 Subject: [PATCH] improve default config description --- example/farmer.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/farmer.config.json b/example/farmer.config.json index 9fe2830..678c03e 100644 --- a/example/farmer.config.json +++ b/example/farmer.config.json @@ -10,8 +10,8 @@ ], // Limits the number of pending OFFER message at one time "maxOfferConcurrency": 3, - // If the seedList is empty, use this bridge to discover seeds - // Following a transfer, also send an exchange report to this bridge + // An array of bridges to connect and accept contracts, + // send exchange reports and discover network seeds. "bridges":[ { "url": "https://api.storj.io",