Skip to content

Commit 751df37

Browse files
committed
[FAB-13637] miss peerEndpointError
peerEndpointError should be in the right place Change-Id: I7af097df537b7372501680c3c7fbd61dc5c808b4 Signed-off-by: kutenglaoshu <1065239881@qq.com>
1 parent a7a15cb commit 751df37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/peer/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ func CacheConfiguration() (err error) {
8989
}
9090

9191
localAddress, localAddressError = getLocalAddress()
92-
peerEndpoint, _ = getPeerEndpoint()
92+
peerEndpoint, peerEndpointError = getPeerEndpoint()
9393

9494
configurationCached = true
9595

0 commit comments

Comments
 (0)