We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd624a commit 946e863Copy full SHA for 946e863
README.md
@@ -31,7 +31,7 @@ def get_encrypted_commit(
31
block_time: Amount of time in seconds for one block. Defaults to 12 seconds.
32
33
Returns:
34
- commit (bytes): Hex value of encrypted and compressed uids and weights values for setting weights.
+ commit (bytes): Raw bytes of the encrypted, and compressed uids & weights values for setting weights.
35
target_round (int): Drand round number when weights have to be revealed. Based on Drand Quicknet network.
36
"""
37
# function logic
0 commit comments