Skip to content

Outdated Hyperwallet.setup(_:) documentation #130

@Ast3r10n

Description

@Ast3r10n

The Hyperwallet.setup(_:) method documentation states:

If a previously created instance exists, it will be replaced.

though the method's implementation only creates a new instance of the Hyperwallet interface object if the instance is nil:

if instance == nil {
    instance = Hyperwallet(provider)
}

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