From 268a8a19191d000c16e87a908173f625084e85ce Mon Sep 17 00:00:00 2001 From: Dave Enyeart Date: Wed, 19 Apr 2023 19:16:02 -0400 Subject: [PATCH] Revert "Fix firewall warnings for integration tests on Mac" (#4175) This reverts commit 412f3661cb05061a0a9413d16b24f5326f07b3fa. The change caused integration tests to fail on a number of developer macs (both amd64 and arm64). Signed-off-by: David Enyeart --- integration/nwo/template/core_template.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/nwo/template/core_template.go b/integration/nwo/template/core_template.go index 5e80a93c73b..bbcb54b470a 100644 --- a/integration/nwo/template/core_template.go +++ b/integration/nwo/template/core_template.go @@ -16,7 +16,7 @@ peer: address: 127.0.0.1:{{ .PeerPort Peer "Listen" }} addressAutoDetect: true listenAddress: 127.0.0.1:{{ .PeerPort Peer "Listen" }} - chaincodeListenAddress: 127.0.0.1:{{ .PeerPort Peer "Chaincode" }} + chaincodeListenAddress: 0.0.0.0:{{ .PeerPort Peer "Chaincode" }} keepalive: minInterval: 60s client: