Skip to content

Commit

Permalink
fix: asd
Browse files Browse the repository at this point in the history
  • Loading branch information
istae committed Jan 17, 2024
1 parent 008c621 commit c21f881
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pkg/storer/internal/reserve/reserve.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,8 @@ import (
"resenje.org/multex"
)

// loggerName is the tree path name of the logger for this package.
const loggerName = "reserve"
const reserveNamespace = "reserve"

/*
pull by bin - binID
evict by bin - batchID
sample by bin
*/

type Reserve struct {
baseAddr swarm.Address
radiusSetter topology.SetStorageRadiuser
Expand All @@ -59,7 +51,7 @@ func New(
baseAddr: baseAddr,
capacity: capacity,
radiusSetter: radiusSetter,
logger: logger.WithName(loggerName).Register(),
logger: logger.WithName(reserveNamespace).Register(),
mutx: multex.New(),
}

Expand Down

0 comments on commit c21f881

Please sign in to comment.