Fix mistake

This commit is contained in:
Skylar Ittner 2022-04-14 18:30:50 -06:00
parent f44a3c8479
commit 0d0e68cdec

View File

@ -94,7 +94,7 @@
</li>
<li class="item-content">
<div class="button hapticbtn button-fill" onclick="scanPrivateKeyQrCode(function (d) {
$('#walletToAddress').val(d);
$('#walletPrivateKey').val(d);
});"><i class="fa-solid fa-key"></i> &nbsp; Scan Your Private Key
</div>
</li>