We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aefb385 commit 72ac8a4Copy full SHA for 72ac8a4
bittensor/core/subtensor.py
@@ -2528,7 +2528,7 @@ def sign_and_send_extrinsic(
2528
the transaction is not included in a block within that number of blocks, it will expire and be rejected.
2529
You can think of it as an expiration date for the transaction.
2530
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.
+ raise_error: raises the relevant exception rather than returning `False` if unsuccessful.
2532
2533
Returns:
2534
(success, error message)
0 commit comments