chore: fix op for end chunk (#3370)

pull/3371/head
Irena Rindos 3 years ago committed by GitHub
parent 01ed90e916
commit be074ecbb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,7 +31,7 @@ func (c *EndChunk) MarshalData(_ context.Context) ([]byte, error) {
// NewEnd creates an EndChunk.
func NewEnd(ctx context.Context, p Protocol, d Direction, t *Timestamp) (*EndChunk, error) {
const op = "bsr.NewHeader"
const op = "bsr.NewEnd"
bc, err := NewBaseChunk(ctx, p, d, t, ChunkEnd)
if err != nil {

Loading…
Cancel
Save