txps refresh WIP
This commit is contained in:
parent
db0cdec49e
commit
ac68106cbf
6 changed files with 20 additions and 11 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue