feat: fix mempool endpint
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user