Compare commits
1 Commits
60c0881d5e
...
d3c20789e9
| Author | SHA1 | Date | |
|---|---|---|---|
| d3c20789e9 |
@ -13,12 +13,6 @@ const loading = ref(false)
|
|||||||
|
|
||||||
const utxosList = computed(() => [
|
const utxosList = computed(() => [
|
||||||
...(neptuneStore.getUtxos || []),
|
...(neptuneStore.getUtxos || []),
|
||||||
...Array.from({ length: 18 }, (_, i) => ({
|
|
||||||
additionRecord: `additionRecord${i}`,
|
|
||||||
amount: `${i}.00000000`,
|
|
||||||
blockHeight: `blockHeight${i}`,
|
|
||||||
utxoHash: `utxoHash${i}`,
|
|
||||||
})),
|
|
||||||
])
|
])
|
||||||
|
|
||||||
const inUseUtxosCount = computed(() => (utxosList.value?.length ? utxosList.value.length : 0))
|
const inUseUtxosCount = computed(() => (utxosList.value?.length ? utxosList.value.length : 0))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user