Skip to content

Commit

Permalink
Fix regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
KaloyanTanev committed Oct 23, 2024
1 parent 20a2292 commit fe7378d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/exit_sign.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func runSignPartialExit(ctx context.Context, config exitConfig) error {
}

if err := oAPI.PostPartialExits(ctx, cl.GetInitialMutationHash(), shareIdx, identityKey, exitBlobs...); err != nil {
return errors.Wrap(err, "POST partial exit message to Obol API")
return errors.Wrap(err, "http POST partial exit message to Obol API")
}

return nil
Expand Down

0 comments on commit fe7378d

Please sign in to comment.