address review
This commit is contained in:
parent
56926b349a
commit
8e62fec1d3
2
extern/storage-sealing/input.go
vendored
2
extern/storage-sealing/input.go
vendored
@ -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{
|
pp := &pendingPiece{
|
||||||
doneCh: doneCh,
|
doneCh: doneCh,
|
||||||
size: size,
|
size: size,
|
||||||
|
Loading…
Reference in New Issue
Block a user