From 98d3bd6cde5353dd7246420f074854502e314c79 Mon Sep 17 00:00:00 2001 From: Radu Ioan Fericean Date: Thu, 27 Nov 2014 14:52:06 +0200 Subject: [PATCH] fixed status command in console --- console/status.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }