Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Dec 17, 2024
1 parent ac0bb2c commit 9fa16a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/operator/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ func printOperatorDetails(operator eigensdkTypes.Operator) {
fmt.Println("--------------------------- Operator Details ---------------------------")
fmt.Printf("Address: %s\n", operator.Address)
fmt.Printf("Delegation Approver Address: %s\n", operator.DelegationApproverAddress)
fmt.Printf("Staker Opt Out Window Blocks: %d\n", operator.StakerOptOutWindowBlocks)
fmt.Printf("Allocation Delay: %d\n", operator.AllocationDelay)
fmt.Println("------------------------------------------------------------------------")
fmt.Println()
}

0 comments on commit 9fa16a3

Please sign in to comment.