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