Complete //todo's

This commit is contained in:
simon987
2019-02-25 18:45:46 -05:00
parent 3415f95337
commit df7f91a475
5 changed files with 9 additions and 5 deletions

View File

@@ -66,7 +66,6 @@ func (api *WebAPI) SubmitTask(r *Request) {
}
if createReq.UniqueString != "" {
//TODO: Load key from config
createReq.Hash64 = int64(siphash.Hash(1, 2, []byte(createReq.UniqueString)))
}