Skip to content

Error in method newWallet #1

Open
@Azariil

Description

@Azariil

You changed the method getWallets but in the newWallet method you call the getWallets method without the callback function.
let savedWallets = trantor.getWallets();
change
let savedWallets = trantor.getWallets(function(){});

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