We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a22adb commit 6e3206aCopy full SHA for 6e3206a
bittensor/core/subtensor.py
@@ -2142,7 +2142,7 @@ def sign_and_send_extrinsic(
2142
wait_for_inclusion (bool): whether to wait until the extrinsic call is included on the chain
2143
wait_for_finalization (bool): whether to wait until the extrinsic call is finalized on the chain
2144
sign_with: the wallet's keypair to use for the signing. Options are "coldkey", "hotkey", "coldkeypub"
2145
- raise_error: doesn't return error but raises SubstrateRequestException exception
+ raise_error: raises relevant exception rather than returning `False` if unsuccessful.
2146
2147
Returns:
2148
(success, error message)
0 commit comments