Skip to content

Commit

Permalink
add CA
Browse files Browse the repository at this point in the history
  • Loading branch information
siriusfreak committed Nov 13, 2024
1 parent 82bceb5 commit 5b7b486
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/oob/writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ func (w *oobWriter) Write(data []byte) (int, error) {
time.Sleep(w.delay)
}

// Write the remaining data
n, err := w.conn.Write(data)
written += n

Expand Down

0 comments on commit 5b7b486

Please sign in to comment.