fix: address link to mempool.space

This commit is contained in:
Vlad Stan 2022-08-11 13:02:02 +03:00
parent 8dfb4329d1
commit a6fba27554

View File

@ -177,7 +177,7 @@
size="ms" size="ms"
icon="launch" icon="launch"
type="a" type="a"
:href="mempoolHostname + '/address/' + currentAddress.address" :href="'https://' + mempoolHostname + '/address/' + currentAddress.address"
target="_blank" target="_blank"
></q-btn> ></q-btn>
</p> </p>