Skip to content

Commit 946e863

Browse files
committed
Fixes docstring
1 parent cfd624a commit 946e863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def get_encrypted_commit(
3131
block_time: Amount of time in seconds for one block. Defaults to 12 seconds.
3232
3333
Returns:
34-
commit (bytes): Hex value of encrypted and compressed uids and weights values for setting weights.
34+
commit (bytes): Raw bytes of the encrypted, and compressed uids & weights values for setting weights.
3535
target_round (int): Drand round number when weights have to be revealed. Based on Drand Quicknet network.
3636
"""
3737
# function logic

0 commit comments

Comments
 (0)