Skip to content

Commit d635e39

Browse files
authored
Use FabricGateway's "asLocalhost" when running discovery service (#142)
Signed-off-by: gcoupelant <[email protected]>
1 parent d99a66d commit d635e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/platform/fabric/gateway/FabricGateway.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ class FabricGateway {
395395
ds.build(idx);
396396
ds.sign(idx);
397397
await ds.send({
398-
asLocalhost: true,
398+
asLocalhost: this.asLocalhost,
399399
refreshAge: 15000,
400400
targets: targets
401401
});

0 commit comments

Comments
 (0)