I ran the local blockchain (staging-net) on port 9945
After creating wallets, tried to get faucets, but it doesn't work.
SubstrateRequestException: {'code': 1014, 'message': 'Priority is too low: (18446744073709551615
vs 18446744073709551615)', 'data': 'The transaction has too low priority to replace another
transaction already in the pool.'}
To Reproduce
Create wallet named 'owner`
Run the following command to generate faucet
btcli wallet faucet --wallet.name owner --subtensor.network ws://127.0.0.1:9945
Describe the bug
I ran the local blockchain (staging-net) on port 9945 After creating wallets, tried to get faucets, but it doesn't work.
To Reproduce
btcli wallet faucet --wallet.name owner --subtensor.network ws://127.0.0.1:9945
Expected behavior
Faucet generated in the owner wallet.
Screenshots
Environment
Ubuntu 22.04
Additional context
No response