Skip to content

Commit

Permalink
Merge branch 'Layr-Labs:master' into node-runtime-without-ecdsa-key
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhubCB authored Apr 3, 2024
2 parents 21be6b6 + e250ad8 commit 8faa559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/plugin/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func NewConfig(ctx *cli.Context) (*Config, error) {
}

op := ctx.GlobalString(OperationFlag.Name)
if op != "opt-in" && op != "opt-out" && op != "list-quorums " {
if op != "opt-in" && op != "opt-out" && op != "list-quorums" {
return nil, errors.New("unsupported operation type")
}

Expand Down

0 comments on commit 8faa559

Please sign in to comment.