fix: address link to mempool.space
This commit is contained in:
parent
8dfb4329d1
commit
a6fba27554
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue