Merge pull request #2998 from matiu/feat/nosign-backup

export backup without signing capabilities
This commit is contained in:
Gustavo Maximiliano Cortez 2015-07-16 12:01:35 -03:00
commit d446c9facf
8 changed files with 96 additions and 11 deletions

View file

@ -110,6 +110,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
self.walletName = fc.credentials.walletName;
self.walletId = fc.credentials.walletId;
self.isComplete = fc.isComplete();
self.canSign = fc.canSign();
self.txps = [];
self.copayers = [];
self.updateColor();