Skip to content

Commit

Permalink
fix: delegation approver functions (Layr-Labs#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur authored and Brandon Chatham committed Nov 13, 2024
1 parent e07a030 commit 275baa4
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 168 deletions.
2 changes: 1 addition & 1 deletion pkg/internal/common/flags/general.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ var (

ExpiryFlag = cli.Int64Flag{
Name: "expiry",
Aliases: []string{"e"},
Aliases: []string{"exp"},
Usage: "expiry in seconds",
EnvVars: []string{"EXPIRY"},
Value: 3600,
Expand Down
167 changes: 0 additions & 167 deletions pkg/operator/get_approval.go

This file was deleted.

Loading

0 comments on commit 275baa4

Please sign in to comment.