-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description:
Bug Description
The --all flag for btcli w transfer command fails with a Subtensor error, while manual amount specification works correctly.
Steps to Reproduce
- Run transfer command with
--allflag:
btcli w transfer --wallet.name my_wallet --all --dest 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQYExpected Behavior
Transfer should proceed with the full wallet balance (minus fees)
Actual Behavior
Command fails with:
❌ Failed: Subtensor returned `UnknownError(UnknownType)` error. This means: `Unknown Description`.
Workaround
Manually specifying the amount works:
btcli w transfer --wallet.name my_wallet --dest 5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY
# Then enter amount when promptedEnvironment
- Network: finney
- btcli version: 9.5.1
- OS: Darwin
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working