Skip to content

Commit 8e4c768

Browse files
Update bittensor/core/async_subtensor.py
Co-authored-by: BD Himes <37844818+thewhaleking@users.noreply.github.com>
1 parent 6e3206a commit 8e4c768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/core/async_subtensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2760,7 +2760,7 @@ async def sign_and_send_extrinsic(
27602760
wait_for_inclusion (bool): whether to wait until the extrinsic call is included on the chain
27612761
wait_for_finalization (bool): whether to wait until the extrinsic call is finalized on the chain
27622762
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
2763+
raise_error: raises relevant exception rather than returning `False` if unsuccessful.
27642764
27652765
Returns:
27662766
(success, error message)

0 commit comments

Comments
 (0)