File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ def commit_reveal_v3_extrinsic(
145
145
146
146
if success is True :
147
147
logging .success (
148
- f"[green]Finalized![/green] Weights commited with reveal round [blue]{ reveal_round } [/blue]."
148
+ f"[green]Finalized![/green] Weights committed with reveal round [blue]{ reveal_round } [/blue]."
149
149
)
150
150
return True , f"reveal_round:{ reveal_round } "
151
151
else :
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def int_to_ip(int_val: int) -> str:
34
34
def ip_to_int (str_val : str ) -> int :
35
35
"""Maps an ip-string to a unique integer.
36
36
arg:
37
- str_val (:tyep :`str`, `required):
37
+ str_val (:type :`str`, `required):
38
38
The string representation of an ip. Of form *.*.*.* for ipv4 or *::*:*:*:* for ipv6
39
39
40
40
Returns:
@@ -51,7 +51,7 @@ def ip_to_int(str_val: str) -> int:
51
51
def ip_version (str_val : str ) -> int :
52
52
"""Returns the ip version (IPV4 or IPV6).
53
53
arg:
54
- str_val (:tyep :`str`, `required):
54
+ str_val (:type :`str`, `required):
55
55
The string representation of an ip. Of form *.*.*.* for ipv4 or *::*:*:*:* for ipv6
56
56
57
57
Returns:
You can’t perform that action at this time.
0 commit comments