diff --git a/BTCPayServer/Views/Stores/ImportWallet/Xpub.cshtml b/BTCPayServer/Views/Stores/ImportWallet/Xpub.cshtml index abd348c99..9ad4e098c 100644 --- a/BTCPayServer/Views/Stores/ImportWallet/Xpub.cshtml +++ b/BTCPayServer/Views/Stores/ImportWallet/Xpub.cshtml @@ -33,11 +33,14 @@ - - + +
- + @@ -78,30 +81,39 @@ - + - + - + - + - + - +
Address typeAddress type Example
pkh(xpub…/0/*)
Multi-sig P2WSH 2-of-xpub1…-xpub2…
wsh(multi(2,
[…/48'/0'/0'/2']xpub…/0/*,
[…/48'/0'/0'/2']xpub…/0/*))
Multi-sig P2SH-P2WSH 2-of-xpub1…-xpub2…-[p2sh]
sh(wsh(multi(2,
[…/48'/0'/0'/1']xpub…/0/*,
[…/48'/0'/0'/1']xpub…/0/*)))
Multi-sig P2SH 2-of-xpub1…-xpub2…-[legacy]
sh(multi(2,
[…/45'/0]xpub…/0/*,
[…/45'/0]xpub…/0/*))
+Show multi-sig examples + @section Scripts { @await Html.PartialAsync("_ValidationScriptsPartial") + + } diff --git a/BTCPayServer/wwwroot/main/themes/default.css b/BTCPayServer/wwwroot/main/themes/default.css index 2bbe0b2d4..d884eceb6 100644 --- a/BTCPayServer/wwwroot/main/themes/default.css +++ b/BTCPayServer/wwwroot/main/themes/default.css @@ -132,6 +132,10 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { background-color: var(--btcpay-color-white); } +.table-sm.table-sm-nohover tbody tr:hover { + background-color: transparent; +} + .removetopborder tr:first-child th, .removetopborder tr:first-child td { border-top: none;