Fix tx format service
This commit is contained in:
parent
3e9222ed3f
commit
06bf8a7c7e
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ angular.module('copayApp.services').factory('txFormatService', function(profileS
|
|||
return tx;
|
||||
|
||||
// New transaction output format
|
||||
if (tx.outputs) {
|
||||
if (tx.outputs && tx.outputs.length) {
|
||||
|
||||
var outputsNr = tx.outputs.length;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue