address review

This commit is contained in:
Aarsh Shah 2022-02-22 13:48:39 +04:00
parent 56926b349a
commit 8e62fec1d3

View File

@ -322,7 +322,7 @@ func (m *Sealing) SectorAddPieceToAny(ctx context.Context, size abi.UnpaddedPiec
}
}
doneCh := make(chan struct{}, 1)
doneCh := make(chan struct{})
pp := &pendingPiece{
doneCh: doneCh,
size: size,