Skip to content

Commit

Permalink
remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Jul 18, 2024
1 parent fb3a19c commit 8ccb616
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
11 changes: 5 additions & 6 deletions services/avsregistry/avsregistry_chaincaller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ import (
)

type fakeAVSRegistryReader struct {
filterQueryRange *big.Int
opAddress []types.OperatorAddr
opPubKeys []types.OperatorPubkeys
operatorId types.OperatorId
socket types.Socket
err error
opAddress []types.OperatorAddr
opPubKeys []types.OperatorPubkeys
operatorId types.OperatorId
socket types.Socket
err error
}

func newFakeAVSRegistryReader(
Expand Down
13 changes: 5 additions & 8 deletions services/operatorsinfo/operatorsinfo_inmemory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ import (
)

type fakeAVSRegistryReader struct {
filterQueryRange *big.Int
opAddress []types.OperatorAddr
opPubKeys []types.OperatorPubkeys
socket types.Socket
err error
opAddress []types.OperatorAddr
opPubKeys []types.OperatorPubkeys
socket types.Socket
err error
}

func newFakeAVSRegistryReader(
Expand Down Expand Up @@ -94,9 +93,7 @@ func (f *fakeAVSRegistrySubscriber) SubscribeToOperatorSocketUpdates() (chan *re
}

type fakeEventSubscription struct {
pubkeyRegistrationEventC chan *apkregistrybindings.ContractBLSApkRegistryNewPubkeyRegistration
operatorSocketUpdateEventC chan *regcoord.ContractRegistryCoordinatorOperatorSocketUpdate
errC chan error
errC chan error
}

func newFakeEventSubscription(
Expand Down

0 comments on commit 8ccb616

Please sign in to comment.