feat: show hardware device Xpub option
This commit is contained in:
@@ -329,7 +329,7 @@ const watchOnly = async () => {
|
||||
hostname: this.mempoolHostname
|
||||
})
|
||||
const fn = async () => {
|
||||
if (!accounts.find(w => (w.id === addrData.wallet))) return []
|
||||
if (!accounts.find(w => w.id === addrData.wallet)) return []
|
||||
return addressesAPI.getAddressTxs({
|
||||
address: addrData.address
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user