Skip to content

Commit

Permalink
the great refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
dshuffma-ibm committed Mar 17, 2018
1 parent 57a5ae0 commit fb9151f
Show file tree
Hide file tree
Showing 13 changed files with 675 additions and 551 deletions.
17 changes: 10 additions & 7 deletions .cfignore
@@ -1,7 +1,10 @@
temp/
node_modules/
chaincode/
doc_images/
docs/
scripts/
scss/
temp
node_modules
chaincode
doc_images
docs
doc_images
scripts
scss
.vscode
.bluemix
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -388,7 +388,7 @@ __/utils/websocket_server_side.js__
```js
//process web socket messages
ws_server.process_msg = function (ws, data) {
const channel = helper.getChannelId();
const channel = helper.getFirstChannelId();
const first_peer = helper.getFirstPeerName(channel);
var options = {
peer_urls: [helper.getPeersUrl(first_peer)],
Expand Down

0 comments on commit fb9151f

Please sign in to comment.