Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow discovery to be turned off in fabric-network
The Gateway API enables discovery by default (hard coded). The Client API disables discovery by default but allows it to be turned on using the mechanism in Config.js This patch changes the gateway API to default discovery to ‘true’ but allow it to be overridden by the above mechanism. By removing the setting from default.json, it will pick up the default value from the code (false in channel.js, true in gateway.js) Change-Id: I068e302cae888e414371766dfee049fabb59b8ff Signed-off-by: andrew-coleman <andrew_coleman@uk.ibm.com>
- Loading branch information