Fix response when selling with Coinbase (#4213)
This commit is contained in:
parent
4329d1d243
commit
d662a610f4
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ angular.module('copayApp.controllers').controller('sellCoinbaseController',
|
||||||
}
|
}
|
||||||
$timeout(function() {
|
$timeout(function() {
|
||||||
self.loading = null;
|
self.loading = null;
|
||||||
return cb(null, txp);
|
return cb(null, broadcastedTxp);
|
||||||
}, 5000);
|
}, 5000);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue