Support new proposals with array of outputs

This commit is contained in:
Gustavo Maximiliano Cortez 2016-01-29 17:00:57 -03:00
commit 9cc275af5f
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
2 changed files with 2 additions and 3 deletions

View file

@ -517,7 +517,6 @@ 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) {