Skip to content

Commit 6e3206a

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

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
@@ -2142,7 +2142,7 @@ def sign_and_send_extrinsic(
21422142
wait_for_inclusion (bool): whether to wait until the extrinsic call is included on the chain
21432143
wait_for_finalization (bool): whether to wait until the extrinsic call is finalized on the chain
21442144
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
2145+
raise_error: raises relevant exception rather than returning `False` if unsuccessful.
21462146
21472147
Returns:
21482148
(success, error message)

0 commit comments

Comments
 (0)