File tree Expand file tree Collapse file tree 2 files changed +0
-102
lines changed
Expand file tree Collapse file tree 2 files changed +0
-102
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ class OTNode {
7474 await this . initializeProofing ( ) ;
7575 await this . initializeClaimRewards ( ) ;
7676 await this . initializeSyncService ( ) ;
77- await this . initializeBlazegraphHealthService ( ) ;
7877
7978 this . logger . info ( 'Node is up and running!' ) ;
8079 }
@@ -429,12 +428,6 @@ class OTNode {
429428 await syncService . initialize ( ) ;
430429 }
431430
432- async initializeBlazegraphHealthService ( ) {
433- const blazegraphHealthService = this . container . resolve ( 'blazegraphHealthService' ) ;
434- await blazegraphHealthService . initialize ( ) ;
435- this . logger . info ( 'Blazegraph Health Service initialized successfully' ) ;
436- }
437-
438431 stop ( code = 0 ) {
439432 this . logger . info ( 'Stopping node...' ) ;
440433 process . exit ( code ) ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments