Skip to content

Commit

Permalink
nit: fix spelling (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur authored Jan 9, 2024
1 parent c2b3460 commit f90c280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/plugin/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func pluginOps(ctx *cli.Context) {
}
log.Printf("Info: successfully opt-in the EigenDA, for operator ID: %x, operator address: %x, socket: %s, and quorums: %v", operatorID, sk.Address, config.Socket, config.QuorumIDList)
} else if config.Operation == "opt-out" {
log.Printf("Info: Operator with Operator Address: %x and OpearatorID: %x is opting out of EigenDA", sk.Address, operatorID)
log.Printf("Info: Operator with Operator Address: %x and OperatorID: %x is opting out of EigenDA", sk.Address, operatorID)
err = node.DeregisterOperator(context.Background(), keyPair, tx)
if err != nil {
log.Printf("Error: failed to opt-out EigenDA Node Network for operator ID: %x, operator address: %x, error: %v", operatorID, sk.Address, err)
Expand Down

0 comments on commit f90c280

Please sign in to comment.