mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
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
@ -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…
x
Reference in New Issue
Block a user