Skip partial backup on 1-1 wallet
This commit is contained in:
parent
4303b0beab
commit
cadd66812b
2 changed files with 4 additions and 2 deletions
|
|
@ -142,7 +142,7 @@
|
|||
ng-show="!$root.wallet.publicKeyRing.isBackupReady()"
|
||||
ng-disabled="!$root.wallet.publicKeyRing.isComplete()">
|
||||
<span ng-show="$root.wallet.publicKeyRing.isComplete()" >
|
||||
Backup the wallet
|
||||
Backup wallet
|
||||
</span>
|
||||
<span ng-show="!$root.wallet.publicKeyRing.isComplete()" >
|
||||
<span ng-show="$root.wallet.publicKeyRing.remainingCopayers() > 1">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue