fix changing wallets on incomplete wallets

This commit is contained in:
Matias Alejo Garcia 2014-11-30 05:06:26 -03:00
commit e52d45c5d8
2 changed files with 3 additions and 6 deletions

View file

@ -4,8 +4,7 @@
<div class="row hide-for-large-up">
<div class="medium-12 small-12 columns">
<h1 translate>
Waiting copayers for {{$root.wallet.getName()}}
<small>{{$root.wallet.requiredCopayers}}-of-{{$root.wallet.totalCopayers}}</small>
Waiting copayers...
</h1>
</div>
</div>
@ -15,7 +14,6 @@
<div class="panel oh">
<h2 class="line-b">
Share this secret with your other copayers
<small>{{$root.wallet.requiredCopayers}}-of-{{$root.wallet.totalCopayers}}</small>
</h2>
<div class="text-center">
<qrcode size="250" data="{{secret}}"></qrcode>