Remove Name field and copayer list on 1-of-1 wallets

This commit is contained in:
Yemel Jardi 2014-08-04 16:27:58 -03:00
commit 523a48b056
7 changed files with 21 additions and 9 deletions

View file

@ -50,7 +50,7 @@ angular.module('copayApp.controllers').controller('SendController',
var w = $rootScope.wallet;
w.createTx(address, amount, commentText, function(ntxid) {
if (w.totalCopayers > 1) {
if (w.isShared()) {
$scope.loading = false;
var message = 'The transaction proposal has been created';
notification.success('Success!', message);