Skip to content

Commit

Permalink
Count changed blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
MoneroOcean committed Jun 27, 2023
1 parent a5c7e4a commit 2d855de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manage_scripts/altblocks_pay_manually.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ require("../init_mini.js").init(function() {
cursor.close();
txn.commit();
if (!changed) console.log("Not found altblocks with specified hashes");
else console.log("Changed " + changed + "blocks");
else console.log("Changed " + changed + " blocks");
process.exit(0);
});

0 comments on commit 2d855de

Please sign in to comment.