Skip to content

Commit 72ac8a4

Browse files
authored
Update bittensor/core/subtensor.py
1 parent aefb385 commit 72ac8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/core/subtensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2528,7 +2528,7 @@ def sign_and_send_extrinsic(
25282528
the transaction is not included in a block within that number of blocks, it will expire and be rejected.
25292529
You can think of it as an expiration date for the transaction.
25302530
nonce_key: the type on nonce to use. Options are "hotkey" or "coldkey".
2531-
raise_error: raises a relevant exception rather than returning `False` if unsuccessful.
2531+
raise_error: raises the relevant exception rather than returning `False` if unsuccessful.
25322532
25332533
Returns:
25342534
(success, error message)

0 commit comments

Comments
 (0)