Remove extra return statement found by go vet.

The return statement was unreachable and thus this change has no
effect on functionality.
This commit is contained in:
Dave Collins 2014-05-22 23:46:22 -05:00
parent 225f6d3d06
commit b6af0a7a53

View file

@ -1589,7 +1589,6 @@ func handleGetWorkRequest(s *rpcServer) (interface{}, error) {
Code: btcjson.ErrInternal.Code,
Message: errStr,
}
return nil, err
}
// Calculate the midstate for the block header. The midstate here is