mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 22:11:48 +01:00
Add specter to the list of RPC compatible wallet
This commit is contained in:
parent
9284ac7461
commit
182d67881d
2 changed files with 5 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
@model LightningWalletServices
|
||||
@model LightningWalletServices
|
||||
@{
|
||||
ViewData.SetActivePageAndTitle(ServerNavPages.Services);
|
||||
}
|
||||
|
@ -43,7 +43,10 @@
|
|||
<p><a href="https://apps.apple.com/us/app/fully-noded/id1436425586" target="_blank">Fully Noded</a></p>
|
||||
</div>
|
||||
<div class="col-lg-3 mr-auto text-center">
|
||||
|
||||
<a href="https://github.com/cryptoadvance/specter-desktop" target="_blank">
|
||||
<img src="~/img/specter.png" height="100" asp-append-version="true" />
|
||||
</a>
|
||||
<p><a href="https://github.com/cryptoadvance/specter-desktop" target="_blank">Specter</a></p>
|
||||
</div>
|
||||
<div class="col-lg-3 mr-auto text-center">
|
||||
|
||||
|
|
BIN
BTCPayServer/wwwroot/img/Specter.png
Normal file
BIN
BTCPayServer/wwwroot/img/Specter.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
Loading…
Add table
Reference in a new issue