Skip to content

Commit

Permalink
Merge branch 'develop' into parallel-check-tx
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang authored Nov 1, 2024
2 parents 60fb5e6 + e52a555 commit a36661f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/json_rpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func StartJSONRPC(
if err := httpSrv.Shutdown(context.Background()); err != nil {
logger.Error("failed to shutdown JSON-RPC server", "error", err.Error())
}
return ln.Close()
return nil

case err := <-errCh:
if err == http.ErrServerClosed {
Expand Down

0 comments on commit a36661f

Please sign in to comment.