Fix build

This commit is contained in:
Aleksandr Bezobchuk 2020-03-25 15:21:20 -04:00
parent 75412d00f8
commit 7310a0cca9
No known key found for this signature in database
GPG Key ID: 7DAC30FBD99879B0
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ func NewBalancesCmd(m codec.Marshaler) *cobra.Command {
result = balance
}
return cliCtx.Print(result)
return cliCtx.Println(result)
},
}