diff --git a/BTCPayServer/Views/Stores/UpdateStore.cshtml b/BTCPayServer/Views/Stores/UpdateStore.cshtml index 0fdf2f476..89c7cc404 100644 --- a/BTCPayServer/Views/Stores/UpdateStore.cshtml +++ b/BTCPayServer/Views/Stores/UpdateStore.cshtml @@ -18,141 +18,145 @@
- A store requires a wallet to receive on-chain payments. - Optionally, you can have a store that only receives Lightning payments, see the next section for more details. -
- -| Crypto | -Derivation Scheme | -Enabled | -Actions | -
|---|---|---|---|
| - @scheme.Crypto - @if (!string.IsNullOrWhiteSpace(scheme.Value) && scheme.WalletSupported) - { - - - Wallet - } - | -
- @if (string.IsNullOrEmpty(scheme.Value))
- {
- Not set
- }
- else
- {
-
- @scheme.Value
-
-
- @if (scheme.Value.Length > 20)
+ |
- - @if (scheme.Enabled) - { - - } - else - { - - } - | -- - @(scheme.Enabled ? "Modify" : "Setup") - - | -
| - | |||
- A connection to a Lightning node is required if you want to receive Lightning payments. -
- -| Crypto | -Address | -Enabled | -Actions | -
|---|---|---|---|
| @scheme.CryptoCode | -@scheme.Address | -- @if (scheme.Enabled) - { - - } - else - { - - } - | -- - @(scheme.Enabled ? "Modify" : "Setup") - - | -