We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a752e50 commit 6bb8954Copy full SHA for 6bb8954
bittensor/core/async_subtensor.py
@@ -3247,7 +3247,7 @@ async def sign_and_send_extrinsic(
3247
the transaction is not included in a block within that number of blocks, it will expire and be rejected.
3248
You can think of it as an expiration date for the transaction.
3249
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".
+ nonce_key: the type on nonce to use. Options are "hotkey", "coldkey", or "coldkeypub".
3251
raise_error: raises a relevant exception rather than returning `False` if unsuccessful.
3252
3253
Returns:
0 commit comments