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

Commit 66aecdf

Browse files
Update BlockchainInfo.java (#133)
- 更正注释 Co-Authored-By: haoxing49 <24587382+haoxing49@users.noreply.github.com> Signed-off-by: haoxing49 <1317876297@qq.com> Co-authored-by: haoxing49 <1317876297@qq.com> Co-authored-by: haoxing49 <24587382+haoxing49@users.noreply.github.com>
1 parent fffbd07 commit 66aecdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/hyperledger/fabric/sdk/BlockchainInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public long getHeight() {
3535
}
3636

3737
/**
38-
* @return the current bloch hash
38+
* @return the current block hash
3939
*/
4040
public byte[] getCurrentBlockHash() {
4141
return blockchainInfo.getCurrentBlockHash().toByteArray();

0 commit comments

Comments
 (0)