Skip to content

Commit

Permalink
interim commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sukunrt committed Jun 23, 2023
1 parent a808b9d commit 4b8b5f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions p2p/host/resource-manager/rcmgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ type Option func(*resourceManager) error

func NewResourceManager(limits Limiter, opts ...Option) (network.ResourceManager, error) {
allowlist := newAllowlist()

r := &resourceManager{
limits: limits,
allowlist: &allowlist,
Expand Down

0 comments on commit 4b8b5f4

Please sign in to comment.