Issue #, if available:
No issue # found, but code does not compile.
Description of changes:
In file setupChannel.js, the for loop iterates thru the array "peerEndpoints" object but references to this array are not spelled correct, it should be peerEndpoints[i] not peerEndpoint[i].
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Issue #, if available: No issue # found, but code does not compile.
Description of changes: In file setupChannel.js, the for loop iterates thru the array "peerEndpoints" object but references to this array are not spelled correct, it should be peerEndpoints[i] not peerEndpoint[i].
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.