opentensor / btcli

Bittensor command line tool
https://docs.bittensor.com/btcli
13 stars 3 forks source link

Fixed: wallet balance check when undelegating the stake #124

Closed the-mx closed 1 month ago

the-mx commented 1 month ago

Changes made:

  1. Wallet balance is checked only for the stake delegate (previous behavior: check wallet balance both for stake and unstake, resulting in error when unstaking amount exceeds the wallet balance).
  2. Log colors aligned for staking and unstacking errors.
  3. Unit tests updated to catch the previous error.