We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dfd160 commit 3282c75Copy full SHA for 3282c75
tasks/actorstate/miner/sector_events.go
@@ -264,7 +264,7 @@ type SectorStates struct {
264
// LoadSectorState loads all sectors from a miners partitions and returns a SectorStates structure containing individual
265
// bitfields for all active, live, faulty and recovering sector.
266
func LoadSectorState(ctx context.Context, state miner.State) (*SectorStates, error) {
267
- ctx, span := otel.Tracer("").Start(ctx, "LoadSectorState")
+ _, span := otel.Tracer("").Start(ctx, "LoadSectorState")
268
defer span.End()
269
270
sectorStates := &SectorStates{}
0 commit comments