Skip to content

Commit

Permalink
fix: use correct order for register parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaRedHand authored and Sidu28 committed Feb 12, 2025
1 parent 54748c5 commit d6ae2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chainio/clients/avsregistry/writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ func (w *ChainWriter) RegisterOperatorWithChurn(
socket,
pubkeyRegParams,
operatorKickParams,
operatorSignatureWithSaltAndExpiry,
churnApproverSignatureWithSaltAndExpiry,
operatorSignatureWithSaltAndExpiry,
)

if err != nil {
Expand Down

0 comments on commit d6ae2a2

Please sign in to comment.