Skip to content

Commit

Permalink
revert genesis block generator defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
oXtxNt9U committed Dec 13, 2024
1 parent 30fec45 commit c41b713
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions packages/configuration-generator/bin/create-genesis-block.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ async function run() {
symbol: "TѦ",
token: "ARK",
distribute: true,
premine: "0",
snapshot: {
path: "../../snapshot-19a87c96dbe8ad1be06d33e97cd17f5662eb952c29efd3d8bb00c9c75e7582bc.json",
},
//premine: "0",
// snapshot: {
// path: "../../snapshot-19a87c96dbe8ad1be06d33e97cd17f5662eb952c29efd3d8bb00c9c75e7582bc.json",
// },
});
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export class ConfigurationGenerator {
{
task: async () => {
if (!internalOptions.overwriteConfig && pathExistsSync(this.configurationPath)) {
// throw new Error(`${this.configurationPath} already exists.`);
throw new Error(`${this.configurationPath} already exists.`);
}

ensureDirSync(this.configurationPath);
Expand Down

0 comments on commit c41b713

Please sign in to comment.