Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YoGhurt111 committed Sep 29, 2024
1 parent 9222d1c commit f776a63
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ func (pb *ProofBuffer) Read(length int) ([]*producer.ProofWithHeader, error) {

data := make([]*producer.ProofWithHeader, length)
copy(data, pb.buffer[:length])
pb.buffer = pb.buffer[length:]
return data, nil
}

Expand Down

0 comments on commit f776a63

Please sign in to comment.