feat: fix mempool endpint

This commit is contained in:
Vlad Stan
2022-08-03 13:50:07 +03:00
parent 51c8b58fdb
commit 657ed7a37c
14 changed files with 50 additions and 19 deletions
@@ -89,7 +89,7 @@
<div>
<a
style="color: unset"
:href="mempool_endpoint + '/address/' + props.row.address"
:href="mempoolEndpoint + '/address/' + props.row.address"
target="_blank"
>
{{props.row.address}}</a
@@ -120,7 +120,7 @@
<div class="col-10 q-pr-lg">
<a
style="color: unset"
:href="mempool_endpoint + '/tx/' + props.row.txId"
:href="mempoolEndpoint + '/tx/' + props.row.txId"
target="_blank"
>
{{props.row.txId}}</a
@@ -10,7 +10,7 @@ async function utxoList(path) {
'selectable',
'payed-amount',
'sats-denominated',
'mempool_endpoint'
'mempool-endpoint'
],
data: function () {