Skip to content
Snippets Groups Projects
Unverified Commit aa647ba9 authored by VoR0220's avatar VoR0220
Browse files

almost forgot a return


Signed-off-by: default avatarVoR0220 <rj@erisindustries.com>
parent 8fdddabd
No related branches found
No related tags found
No related merge requests found
...@@ -92,4 +92,5 @@ func (erisClient *ErisNodeClient) Status() (*rpc_types.ResultStatus, error) { ...@@ -92,4 +92,5 @@ func (erisClient *ErisNodeClient) Status() (*rpc_types.ResultStatus, error) {
erisClient.broadcastRPC, err.Error()) erisClient.broadcastRPC, err.Error())
return nil, err return nil, err
} }
return res, nil
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment