Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Commit 7ae083c

Browse files
[FABN-1441] Typo change (#412)
Signed-off-by: lesleyannj <lesleyannj@hotmail.com>
1 parent 16f75e0 commit 7ae083c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fabric-client/lib/BlockDecoder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ metadata
8181
*
8282
* @example
8383
* <caption>Get the number of transactions, including the invalid transactions:</caption>
84-
* var block_num = block.data.data.legnth;
84+
* var block_num = block.data.data.length;
8585
*
8686
* @example
8787
* <caption>Get the Id of the first transaction in the block:</caption>

0 commit comments

Comments
 (0)