diff --git a/console/status.go b/console/status.go index e58151f5d..f316a4765 100644 --- a/console/status.go +++ b/console/status.go @@ -50,7 +50,7 @@ func (self *CmdStatus) RpcParams() interface{} { } func (self *CmdStatus) RpcResult() interface{} { - var s string + var s map[string]interface{} return &s }