Fix bitpayCard and buyAmazon

This commit is contained in:
Gustavo Maximiliano Cortez 2016-08-29 18:54:14 -03:00
commit 0ad20fcc77
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 8 additions and 57 deletions

View file

@ -184,7 +184,7 @@ angular.module('copayApp.controllers').controller('bitpayCardController', functi
});
return;
}
walletService.publishAndSign(createdTxp, function(err, tx) {
walletService.publishAndSign(wallet, createdTxp, function(err, tx) {
if (err) {
self.error = err;
$timeout(function() {