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:
parent
225f6d3d06
commit
b6af0a7a53
1 changed files with 0 additions and 1 deletions
|
@ -1589,7 +1589,6 @@ func handleGetWorkRequest(s *rpcServer) (interface{}, error) {
|
||||||
Code: btcjson.ErrInternal.Code,
|
Code: btcjson.ErrInternal.Code,
|
||||||
Message: errStr,
|
Message: errStr,
|
||||||
}
|
}
|
||||||
return nil, err
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Calculate the midstate for the block header. The midstate here is
|
// Calculate the midstate for the block header. The midstate here is
|
||||||
|
|
Loading…
Reference in a new issue