Skip to content

Commit

Permalink
FABN-1518: Correction to example block listener code in JSDoc (#187)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark S. Lewis <[email protected]>
  • Loading branch information
bestbeforetoday authored Mar 18, 2020
1 parent 2f3c524 commit 8b1a763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric-network/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@
* // Handle block event
*
* // Listener may remove itself if desired
* if (event.getBlockNumber().equals(endBlock)) {
* if (event.blockNumber.equals(endBlock)) {
* network.removeBlockListener(listener);
* }
* }
Expand Down

0 comments on commit 8b1a763

Please sign in to comment.