Remove useless mining function wrapper in backend

This commit is contained in:
nymkappa
2022-03-06 12:47:16 +01:00
parent 8532d13a0d
commit 1ced44d970
3 changed files with 8 additions and 28 deletions

View File

@@ -171,7 +171,7 @@ class Blocks {
}
/**
* Index all blocks metadata for the mining dashboard
* [INDEXING] Index all blocks metadata for the mining dashboard
*/
public async $generateBlockDatabase() {
if (this.blockIndexingStarted) {