diff --git a/console/get_balances.go b/console/get_balances.go index 9804afa39..32b9c9871 100644 --- a/console/get_balances.go +++ b/console/get_balances.go @@ -26,7 +26,7 @@ import ( ) func init() { - commands["get_balance"] = &CmdGetBalances{} + commands["get_balances"] = &CmdGetBalances{} } // Commander implementation