Skip to content

Commit

Permalink
Add missing cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Treglia committed Nov 22, 2018
1 parent b8b502c commit c22b400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/examples/basecoin/cmd/basecli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ func main() {
stakecmd.GetCmdQueryRedelegation(storeStake, cdc),
stakecmd.GetCmdQueryRedelegations(storeStake, cdc),
slashingcmd.GetCmdQuerySigningInfo(storeSlashing, cdc),
stakecmd.GetCmdQueryValidatorDelegations(storeStake, cdc),
authcmd.GetAccountCmd(storeAcc, cdc),
)

Expand Down

0 comments on commit c22b400

Please sign in to comment.