Skip to content

Commit

Permalink
Use FabricGateway's "asLocalhost" when running discovery service (#142)
Browse files Browse the repository at this point in the history
Signed-off-by: gcoupelant <guillaume.coupelant@gmail.com>
  • Loading branch information
gcoupelant authored Jul 14, 2020
1 parent d99a66d commit d635e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/platform/fabric/gateway/FabricGateway.js
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ class FabricGateway {
ds.build(idx);
ds.sign(idx);
await ds.send({
asLocalhost: true,
asLocalhost: this.asLocalhost,
refreshAge: 15000,
targets: targets
});
Expand Down

0 comments on commit d635e39

Please sign in to comment.