This commit is contained in:
tree 2022-01-12 21:04:57 +01:00
rodič a8df397899
revize 185a1c2f36
1 změnil soubory, kde provedl 1 přidání a 0 odebrání

Zobrazit soubor

@ -105,6 +105,7 @@ export class UTXOEngine {
for (const sc of Object.keys(entry.specs)) {
index.stats.counts[sc] = entry.specs[sc].length
}
index.time = new Date()
await this._jsonWrite([entryDir, 'index.json'], index)