From 946e863bcaf365cd56c80c6f09f5bb552b4b3f6b Mon Sep 17 00:00:00 2001 From: ibraheem-opentensor Date: Tue, 3 Dec 2024 11:37:42 -0800 Subject: [PATCH] Fixes docstring --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4dd2d04..a7dce66 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ def get_encrypted_commit( block_time: Amount of time in seconds for one block. Defaults to 12 seconds. Returns: - 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. target_round (int): Drand round number when weights have to be revealed. Based on Drand Quicknet network. """ # function logic