When only 1 signature is required, broadcast at creation

This commit is contained in:
Ivan Socolsky 2014-09-29 19:02:32 -03:00
commit b15c620f0d
3 changed files with 13 additions and 1 deletions

View file

@ -142,7 +142,7 @@ angular.module('copayApp.controllers').controller('SendController',
});
}
if (w.isShared()) {
if (w.requiresMultipleSignatures()) {
$scope.loading = false;
var message = 'The transaction proposal has been created';
if (merchantData) {