Merge pull request #2998 from matiu/feat/nosign-backup
export backup without signing capabilities
This commit is contained in:
commit
d446c9facf
8 changed files with 96 additions and 11 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue