You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Short description of btc-delegations is not up-to-dated.
Version
v0.15.0
Steps to Reproduce
When running babylond q btcstaking, it shows 4 statuses to filter pending, active, unbonding, unbonded
bash-5.1$
Querying commands for the btcstaking module
Usage:
babylond query btcstaking [flags]
babylond query btcstaking [command]
Available Commands:
btc-delegations retrieve all BTC delegations under the given status (pending, active, unbonding, unbonded, any)
But it looks like the command is now having these statuses as pending, verified, active, unbonded
bash-5.1$ babylond q btcstaking btc-delegations unbonding
Error: invalid status string; should be one of {pending, verified, active, unbonded, any}
The text was updated successfully, but these errors were encountered:
Summary of Bug
Short description of
btc-delegations
is not up-to-dated.Version
v0.15.0
Steps to Reproduce
When running
babylond q btcstaking
, it shows 4 statuses to filterpending, active, unbonding, unbonded
But it looks like the command is now having these statuses as
pending, verified, active, unbonded
The text was updated successfully, but these errors were encountered: