Skip to content

FromB58 requires unused parameter #186

Description

@utdrmac

func FromBase58(privKey string, kind ECKind) (*Key, error) {

The parameter 'kind` is not used anywhere in the function. Since the kind of curve is determined by inspecting the key itself, this parameter should be removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions