Skip to content

Commit

Permalink
separate registry for the aggregator network
Browse files Browse the repository at this point in the history
  • Loading branch information
iansuvak committed Dec 10, 2024
1 parent 74f89f0 commit 00413d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/utils/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -561,9 +561,10 @@ func NewSignatureAggregator(apiUri string, l1IDs []ids.ID) *aggregator.Signature
)
Expect(err).Should(BeNil())

networkRegistry := prometheus.NewRegistry()
appRequestNetwork, err := peers.NewNetwork(
logging.Error,
registry,
networkRegistry,
trackedL1s,
nil,
&cfg,
Expand Down

0 comments on commit 00413d9

Please sign in to comment.