Fix glidera getting token
This commit is contained in:
parent
c6a5c77516
commit
f574a9d78b
5 changed files with 53 additions and 42 deletions
|
|
@ -112,7 +112,7 @@ angular.module('copayApp.controllers').controller('sellGlideraController',
|
|||
glideraService.sell(token, twoFaCode, data, function(err, data) {
|
||||
self.loading = null;
|
||||
if (err) {
|
||||
self.error = gettext('Could not sell bitcoin');
|
||||
self.error = err;
|
||||
fc.removeTxProposal(txp, function(err, txpb) {
|
||||
$timeout(function() {
|
||||
$scope.$emit('Local/GlideraError');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue