fix amazon"s next steps

This commit is contained in:
Matias Alejo Garcia 2017-01-31 08:21:18 -03:00
commit 54c8c64351
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
3 changed files with 33 additions and 31 deletions

View file

@ -603,7 +603,7 @@ angular.module('copayApp.services').factory('coinbaseService', function($http, $
};
root.updatePendingTransactions = lodash.throttle(function() {
$log.debug('Updating pending transactions...');
$log.debug('Updating coinbase pending transactions...');
var pendingTransactions = {
data: {}
};