Skip to content

Commit

Permalink
refactor: Use eigensdk type for operator ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyodar committed May 23, 2024
1 parent 3d60b6c commit 42c3e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggregator/rpc_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func (agg *Aggregator) GetRegistryCoordinatorAddress(_ *struct{}, reply *string)
return nil
}

func (agg *Aggregator) NotifyOperatorInitialization(operatorId [32]byte, reply *bool) error {
func (agg *Aggregator) NotifyOperatorInitialization(operatorId eigentypes.OperatorId, reply *bool) error {
agg.rpcListener.IncOperatorInitializations(operatorId)
return nil
}

0 comments on commit 42c3e82

Please sign in to comment.