This commit is contained in:
TeoV
2018-10-29 07:30:54 -04:00
committed by Dan Christian Bogos
parent 7ae8ae299b
commit 08e793487a
3 changed files with 6 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ func (self *CmdGetMaxUsage) PostprocessRpcParams() error {
}
func (self *CmdGetMaxUsage) RpcResult() interface{} {
var f float64
var f int64
return &f
}