Fix build
This commit is contained in:
parent
75412d00f8
commit
7310a0cca9
|
@ -88,7 +88,7 @@ func NewBalancesCmd(m codec.Marshaler) *cobra.Command {
|
||||||
result = balance
|
result = balance
|
||||||
}
|
}
|
||||||
|
|
||||||
return cliCtx.Print(result)
|
return cliCtx.Println(result)
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue