diff --git a/lnbits/extensions/watchonly/static/components/wallet-list/wallet-list.html b/lnbits/extensions/watchonly/static/components/wallet-list/wallet-list.html index ccd6f678..3472a52f 100644 --- a/lnbits/extensions/watchonly/static/components/wallet-list/wallet-list.html +++ b/lnbits/extensions/watchonly/static/components/wallet-list/wallet-list.html @@ -191,7 +191,6 @@ label="Account Extended Public Key; xpub, ypub, zpub; Bitcoin Descriptor" > t.value === value) || {} + this.addressTypeOptions.find(t => t.id === value.id) || {} this.accountPath = addressType[`path${this.network}`] } }, created: async function () { if (this.inkey) { await this.refreshWalletAccounts() - this.handleAddressTypeChanged('wpkh') + this.handleAddressTypeChanged(this.addressTypeOptions[1]) } } })