txps refresh WIP

This commit is contained in:
Matias Alejo Garcia 2016-08-23 10:18:43 -03:00
commit ac68106cbf
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
6 changed files with 20 additions and 11 deletions

View file

@ -5,7 +5,7 @@ angular.module('copayApp.services').factory('txStatus', function($stateParams, l
var isCordova = platformInfo.isCordova;
root.notify = function(txp) {
var wallet = profileService.getWallet($stateParams.walletId);
var wallet = profileService.getWallet(txp.walletId);
var status = txp.status;
var type;
var INMEDIATE_SECS = 10;