Skip to content

Commit

Permalink
Improve CreateTotalDelegatedStakeQuorum description
Browse files Browse the repository at this point in the history
  • Loading branch information
maximopalopoli committed Feb 7, 2025
1 parent fd745b5 commit cc7b3da
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions chainio/clients/avsregistry/writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -553,10 +553,9 @@ func (w *ChainWriter) SetSlashableStakeLookahead(
return receipt, nil
}

// This function creates a new Quorum from the old flow (without staking). The operator set params contains
// the max operator count for that quorum and some churn options, the strategy params contains the specified
// strategy for that quorum and its corresponding multiplier and the minimum stake is the minimum required
// to the operator to be in the quorum. Returns the transaction receipt in case of success.
// Creates a new quorum that tracks total delegated stake for operators.
// It receives the operator set parameters for the given quorum and the minimum stake required to register.
// Returns the transaction receipt in case of success.
func (w *ChainWriter) CreateTotalDelegatedStakeQuorum(
ctx context.Context,
operatorSetParams regcoord.ISlashingRegistryCoordinatorTypesOperatorSetParam,
Expand Down

0 comments on commit cc7b3da

Please sign in to comment.