Add comment about #copayers and #signatures limits
This commit is contained in:
parent
94047a77ae
commit
4c4f20afb6
2 changed files with 9 additions and 3 deletions
|
|
@ -44,13 +44,13 @@
|
|||
</div>
|
||||
<div class="row" ng-show="!isSetupWalletPage">
|
||||
<div class="large-6 medium-6 columns">
|
||||
<label>Select total number of copayers
|
||||
<label>Select total number of copayers (*)
|
||||
<select ng-model="totalCopayers" ng-options="totalCopayers as totalCopayers for totalCopayers in TCValues">
|
||||
</select>
|
||||
</label>
|
||||
</div>
|
||||
<div class="large-6 medium-6 columns">
|
||||
<label>Select required signatures
|
||||
<label>Select required signatures (*)
|
||||
<select ng-model="requiredCopayers" ng-options="requiredCopayers as requiredCopayers for requiredCopayers in RCValues">
|
||||
</select>
|
||||
</label>
|
||||
|
|
@ -65,6 +65,7 @@
|
|||
width="50px">
|
||||
</div>
|
||||
</div>
|
||||
<p class="comment">(*) The limits are imposed by the bitcoin network.</p>
|
||||
<div class="text-right">
|
||||
<a ng-show="!isSetupWalletPage" class="back-button m20r" href="#!/">« Back</a>
|
||||
<a ng-show="isSetupWalletPage" class="back-button m20r"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue