Fix response when selling with Coinbase (#4213)

This commit is contained in:
Gustavo Maximiliano Cortez 2016-05-13 12:23:24 -03:00
commit d662a610f4
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -321,7 +321,7 @@ angular.module('copayApp.controllers').controller('sellCoinbaseController',
}
$timeout(function() {
self.loading = null;
return cb(null, txp);
return cb(null, broadcastedTxp);
}, 5000);
});
});