You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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(){});
The text was updated successfully, but these errors were encountered:
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(){});
The text was updated successfully, but these errors were encountered: