opentensor / subtensor

Bittensor Blockchain Layer
The Unlicense
123 stars 126 forks source link

NotEnoughStaketoWithdraw erorr on `btcli st undelegate --all` #466

Open gztensor opened 1 month ago

gztensor commented 1 month ago

steps to reproduce:

Setup 2 wallets with balances (btcli w create, btcli w faucet) Create a subnet with wallet 1 btcli root register - become delegate (from wallet 1) btcli st delegate - delegate 1000 from wallet 2 Wait until the next epoch - staked balance gets up to 1099... btcli at undelegate --all - undelegate full amount fails

gztensor commented 1 month ago

Fixed in dynamic branch of bittensor

camfairchild commented 1 month ago

See: https://github.com/opentensor/subtensor/pull/462 for fix on finney