Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/e2e_tests/test_commit_weights.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ async def test_commit_weights_uses_next_nonce(local_chain, subtensor, alice_wall
# wait while weights_rate_limit changes applied.
subtensor.wait_for_block(subnet_tempo + 1)

# Create different commited data to avoid coming into the pool's blacklist with the error
# Create different committed data to avoid coming into the pool's blacklist with the error
# Failed to commit weights: Subtensor returned `Custom type(1012)` error. This means: `Transaction is temporarily
# banned`.Failed to commit weights: Subtensor returned `Custom type(1012)` error. This means: `Transaction is
# temporarily banned`.`
Expand Down