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 ad986d5 commit aefa1d5Copy full SHA for aefa1d5
tests/e2e_tests/test_delegate.py
@@ -342,7 +342,7 @@ def test_nominator_min_required_stake(
342
wallet=dave_wallet,
343
hotkey_ss58=bob_wallet.hotkey.ss58_address,
344
netuid=alice_subnet_netuid,
345
- amount=Balance.from_tao(10_000),
+ amount=Balance.from_tao(1000),
346
wait_for_inclusion=True,
347
wait_for_finalization=True,
348
)
0 commit comments