mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
Add Passport hardware wallet option to the wallet import screens (#2962)
* Add option for Passport * Add Passport option to QR import * Add Passport import option
This commit is contained in:
parent
a7c093a0eb
commit
78a8c8c1be
3 changed files with 9 additions and 1 deletions
|
@ -54,5 +54,9 @@
|
|||
<td class="text-nowrap">Specter Desktop</td>
|
||||
<td>Wallet ❯ Settings ❯ Export ❯ Export To Wallet Software ❯ Save wallet file</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Passport</td>
|
||||
<td>Wallet ❯ Pair Wallet ❯ BTCPay ❯ microSD ❯ Save wallet file</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -49,6 +49,10 @@
|
|||
<td>BlueWallet</td>
|
||||
<td>Open Wallet Settings ❯ Show Wallet XPUB</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Passport</td>
|
||||
<td>Pair Wallet ❯ BTCPay ❯ QR Code</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Specter DIY</td>
|
||||
<td>Master public keys ❯ Select key ❯ Disable "Show derivation path"</td>
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
</div>
|
||||
<div class="content">
|
||||
<h4>Scan wallet QR code</h4>
|
||||
<p class="mb-0 text-secondary">Supported by BlueWallet, Cobo Vault and Specter DIY</p>
|
||||
<p class="mb-0 text-secondary">Supported by BlueWallet, Cobo Vault, Passport and Specter DIY</p>
|
||||
</div>
|
||||
<vc:icon symbol="caret-right" />
|
||||
</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue