From aa647ba9607606fcbff3007674b3da6563aa417f Mon Sep 17 00:00:00 2001 From: VoR0220 <rj@erisindustries.com> Date: Thu, 15 Sep 2016 16:03:43 -0500 Subject: [PATCH] almost forgot a return Signed-off-by: VoR0220 <rj@erisindustries.com> --- client/client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client/client.go b/client/client.go index be06862e..cd6371a0 100644 --- a/client/client.go +++ b/client/client.go @@ -92,4 +92,5 @@ func (erisClient *ErisNodeClient) Status() (*rpc_types.ResultStatus, error) { erisClient.broadcastRPC, err.Error()) return nil, err } + return res, nil } -- GitLab