Fix txp and tx with multiple and single outputs

This commit is contained in:
Gustavo Maximiliano Cortez 2015-12-20 19:02:38 -03:00
commit d125a14483
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 7 additions and 3 deletions

View file

@ -501,6 +501,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
message: 'test multi-output',
fee: 1000,
createdOn: new Date() / 1000,
type: 'multiple_output',
outputs: []
};
function addOutput(n) {