This commit is contained in:
tree 2022-04-12 13:32:13 +02:00
rodič 3cdefaea15
revize 899b3c3671
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

@ -170,7 +170,7 @@ export class UTXOEngine {
);
schemaBundle.push(schema.schema);
}
await this._jsonWrite([outputSchemaDir, "bundle.json"], JSON.stringify(schemaBundle, null, 2));
await this._jsonWrite([outputSchemaDir, "bundle.json"], schemaBundle);
// write global index
await this._jsonWrite([outputDir, "index.json"], entriesIndex);