Skip to content

Conversation

@sunnyraindy
Copy link

@sunnyraindy sunnyraindy commented Nov 15, 2025

Summary

fix a large number of spelling issues

Type of Change

  • Product feature
  • Bug fix
  • Performance improvement
  • Refactor
  • Other

Tested Environments

  • Development
  • Staging
  • Production

Before Requesting Review

  • Does your code build cleanly without any errors or warnings?
  • Have you used auto closing keywords?
  • Have you added tests for new functionality?
  • Have validated query efficiency for new database queries?
  • Have documented new functionality in README or in comments?
  • Have you squashed all intermediate commits?
  • Is there a clear title that explains what the PR does?
  • Have you used intuitive function, variable and other naming?
  • Have you requested security and/or privacy review if needed
  • Have you performed a self review of this PR?

Manual Test Plan

@sunnyraindy sunnyraindy requested a review from clD11 as a code owner November 15, 2025 03:25
@sunnyraindy
Copy link
Author

@mihaiplesa Thanks for your review! If there's anything need I to do, please feel free to let me know.

@mihaiplesa
Copy link
Contributor

We are just waiting for @clD11 to approve and merge.

case timeLimitedV2:
redeemFn = s.cbClient.RedeemCredentialV3
default:
return handlers.WrapError(fmt.Errorf("credential type %s not suppoted", kind), "unknown credential type %s", http.StatusBadRequest)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This error and message is returned to clients so to be safe we should leave as is for now. In the past we have had issue with clients relying on the message it self to perform logic.

); err != nil {
sublogger.Error().Err(err).
Msg("failed to update wallets with new deposit destination")
return fmt.Errorf("error updating wallets with new deposit desintation: %w", err)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants