Added Buttons for printing Paper Wallets

Added Buttons for printint Paper Wallets for generated Legacy- and SegWit-Adresses
This commit is contained in:
oliverdorn
2017-11-25 00:49:16 +01:00
committed by GitHub
parent 217897285e
commit 9bccc5c512
+4
View File
@@ -321,6 +321,8 @@
</div>
<input type="button" class="btn btn-primary" value="Generate" id="newKeysBtn">
<br><br>
<input type="button" class="btn btn-primary" value="Print Paperwallet" id="newPaperwalletBtn" disabled>
<br>
</div>
@@ -362,6 +364,8 @@
</div>
<input type="button" class="btn btn-primary" value="Generate" id="newSegWitKeysBtn">
<br><br>
<input type="button" class="btn btn-primary" value="Print Paperwallet" id="newSegwitPaperwalletBtn" disabled>
<br>
</div>