mv addr to walletData

This commit is contained in:
Matias Alejo Garcia 2016-02-18 16:54:13 -03:00
commit 13996dc26a
3 changed files with 33 additions and 13 deletions

View file

@ -22,7 +22,8 @@ angular.module('copayApp.services').factory('txFormatService', function(profileS
};
root.processTx = function(tx) {
if (!tx) return;
if (!tx || tx.action == 'invalid')
return tx;
// New transaction output format
if (tx.outputs) {