Skip to content

Commit

Permalink
Update handlers.go
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy0803 authored Dec 18, 2024
1 parent 5b4fc44 commit 59a5668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy/handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ func (s *ProxyServer) handleSubmitRPC(cs *Session, login, id string, params []st
if !ok {
return false, &ErrorReply{Code: 23, Message: "Invalid share"}
}
s.backend.WriteWorkerShareStatus(login, id, false, false, true)
return false, nil
}
if s.config.Proxy.Debug {
Expand Down

0 comments on commit 59a5668

Please sign in to comment.