Merge pull request #3937 from cmgustavo/bug/tx-format-service-02
Fix tx format service
This commit is contained in:
commit
fefa939bd4
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ angular.module('copayApp.services').factory('txFormatService', function(profileS
|
||||||
return tx;
|
return tx;
|
||||||
|
|
||||||
// New transaction output format
|
// New transaction output format
|
||||||
if (tx.outputs) {
|
if (tx.outputs && tx.outputs.length) {
|
||||||
|
|
||||||
var outputsNr = tx.outputs.length;
|
var outputsNr = tx.outputs.length;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue