|
|
@ -65,9 +65,12 @@ class AddressInfo { |
|
|
|
this.path = ['M', info.hdAddrChain, info.hdAddrIndex].join('/') |
|
|
|
} |
|
|
|
|
|
|
|
if (res.loose.indexOf(this.address) > -1) { |
|
|
|
this.tracked = true |
|
|
|
this.type = 'loose' |
|
|
|
for (let a of res.loose) { |
|
|
|
if (a.addrAddress == this.address) { |
|
|
|
this.tracked = true |
|
|
|
this.type = 'loose' |
|
|
|
break |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
return this.loadInfo() |
|
|
|