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

Fixed confusing require() string #2975

Merged
merged 5 commits into from
Dec 9, 2021
Merged

Commits on Nov 15, 2021

  1. Fixed confusing require() string

    Line 332 require() error string:
     "... transfer of token that is not own"
    is confusing but easily fixed to:
    "... transfer of token that is not owned by 'from' "
    robriks committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    4135ed8 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Configuration menu
    Copy the full SHA
    2b39d83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a60ea2a View commit details
    Browse the repository at this point in the history
  3. add changelog entry

    frangio committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    a3dbc96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f019808 View commit details
    Browse the repository at this point in the history