Refactor buying bitcoin
This commit is contained in:
parent
021e9301d3
commit
a5303396c1
4 changed files with 102 additions and 63 deletions
|
|
@ -199,7 +199,6 @@ angular.module('copayApp.controllers').controller('sellCoinbaseController', func
|
|||
coinbaseService.sellRequest(accessToken, accountId, dataSrc, function(err, data) {
|
||||
ongoingProcess.set('connectingCoinbase', false);
|
||||
if (err) {
|
||||
ongoingProcess.set('connectingCoinbase', false);
|
||||
showErrorAndBack(err);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue