This commit is contained in:
Matias Alejo Garcia 2016-08-29 15:24:46 -03:00
commit 410153a2da
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
2 changed files with 1 additions and 69 deletions

View file

@ -244,7 +244,6 @@ angular.module('copayApp.controllers').controller('buyAmazonController',
}
walletService.signTx(wallet, publishedTxp, function(err, signedTxp) {
walletService.lock(wallet);
if (err) {
$log.debug(err);
walletService.removeTx(wallet, signedTxp, function(err) {