Added Buttons for printing Paper Wallets
Added Buttons for printint Paper Wallets for generated Legacy- and SegWit-Adresses
This commit is contained in:
parent
217897285e
commit
9bccc5c512
1 changed files with 4 additions and 0 deletions
|
@ -321,6 +321,8 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<input type="button" class="btn btn-primary" value="Generate" id="newKeysBtn">
|
<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>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -362,6 +364,8 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<input type="button" class="btn btn-primary" value="Generate" id="newSegWitKeysBtn">
|
<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>
|
<br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue