Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom error class for minimum amount error #321

Merged
merged 2 commits into from
Sep 12, 2024
Merged

Commits on Sep 12, 2024

  1. custom error class for minimum amount error

    this should be used to communicate that validate()
    or quote() have failed, but only because the user's
    transfer amount was too small. UI should use this to
    show a helpful error so the user can increase their
    transfer size.
    artursapek committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ca23d8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa7b2cf View commit details
    Browse the repository at this point in the history