diff --git a/src/js/services/txFormatService.js b/src/js/services/txFormatService.js index 4cd12d23e..37b92ca95 100644 --- a/src/js/services/txFormatService.js +++ b/src/js/services/txFormatService.js @@ -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;