Wrong function call

This commit is contained in:
Gustavo Maximiliano Cortez 2017-01-05 16:22:52 -03:00
commit 5495f60306
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -172,7 +172,7 @@ angular.module('copayApp.services').factory('coinbaseService', function($http, $
return cb(null, data[i].id);
}
}
coinbaseService.logout(function() {});
root.logout(function() {});
return cb('Your primary account should be a WALLET. Set your wallet account as primary and try again');
});
};