mv addr to walletData
This commit is contained in:
parent
1fba333a7c
commit
13996dc26a
3 changed files with 33 additions and 13 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue