Fix rescan wallet link

This commit is contained in:
nicolas.dorier 2020-01-21 20:54:45 +09:00
parent 1bfe9dda97
commit 78d8f4e011
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -57,7 +57,7 @@
}
<div class="row">
<div class="col-md-12">
If BTCPay Server shows you an invalid balance, <a asp-action="WalletRescan">rescan your wallet</a>. <br />
If BTCPay Server shows you an invalid balance, <a asp-action="WalletRescan" asp-route-walletId="@this.Context.GetRouteValue("walletId")">rescan your wallet</a>. <br />
If some transactions appear in BTCPay Server, but are missing on Electrum or another wallet, <a href="https://docs.btcpayserver.org/faq-and-common-issues/faq-wallet#missing-payments-in-my-software-or-hardware-wallet">follow those instructions</a>.
</div>
</div>