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

multi: Move identity methods. #1530

Merged
merged 1 commit into from
Oct 11, 2021
Merged

multi: Move identity methods. #1530

merged 1 commit into from
Oct 11, 2021

Commits on Oct 6, 2021

  1. multi: Move identity methods.

    This diff moves two identity methods out of the `util` package and in
    into more appropriate places.
    
    `IdentityFromString` was moved into the `identity` package with the
    other identity methods and was renamed to `PublicIdentityFromString` in
    order to be consistent with the existing naming convetion.
    
    `RemoteIdentity` was moved into `politeiawww/identity.go` since this is
    the only place in the codebase that it was being invoked. It was renamed
    to `remoteIdentity`.
    lukebp committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    a0c7901 View commit details
    Browse the repository at this point in the history