Skip to content

Commit

Permalink
fix bug in update operator details
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Oct 3, 2023
1 parent 50bd2b0 commit 19c534d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chainio/elcontracts/writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func (w *ELChainWriter) UpdateOperatorDetails(
w.logger.Infof("updating operator details of operator %s to EigenLayer", operator.Address)
opDetails := contractDelegationManager.IDelegationManagerOperatorDetails{
EarningsReceiver: gethcommon.HexToAddress(operator.EarningsReceiverAddress),
DelegationApprover: gethcommon.HexToAddress(operator.DelegationApproverAddress),
StakerOptOutWindowBlocks: operator.StakerOptOutWindowBlocks,
}

Expand Down

0 comments on commit 19c534d

Please sign in to comment.