Skip to content

Commit 6bb8954

Browse files
authored
Update bittensor/core/async_subtensor.py
1 parent a752e50 commit 6bb8954

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
@@ -3247,7 +3247,7 @@ async def sign_and_send_extrinsic(
32473247
the transaction is not included in a block within that number of blocks, it will expire and be rejected.
32483248
You can think of it as an expiration date for the transaction.
32493249
nonce_key: the type on nonce to use. Options are "hotkey" or "coldkey".
3250-
nonce_key: the type on nonce to use. Options are "hotkey" or "coldkey".
3250+
nonce_key: the type on nonce to use. Options are "hotkey", "coldkey", or "coldkeypub".
32513251
raise_error: raises a relevant exception rather than returning `False` if unsuccessful.
32523252
32533253
Returns:

0 commit comments

Comments
 (0)