Expose whether Lightning is enabled on the backend
This commit is contained in:
		
							parent
							
								
									5f87d6c4f1
								
							
						
					
					
						commit
						5379ec0f30
					
				| @ -2,6 +2,7 @@ import fs from 'fs'; | ||||
| import path from 'path'; | ||||
| import os from 'os'; | ||||
| import { IBackendInfo } from '../mempool.interfaces'; | ||||
| import config from '../config'; | ||||
| 
 | ||||
| class BackendInfo { | ||||
|   private backendInfo: IBackendInfo; | ||||
| @ -22,7 +23,8 @@ class BackendInfo { | ||||
|     this.backendInfo = { | ||||
|       hostname: os.hostname(), | ||||
|       version: versionInfo.version, | ||||
|       gitCommit: versionInfo.gitCommit | ||||
|       gitCommit: versionInfo.gitCommit, | ||||
|       lightning: config.LIGHTNING.ENABLED | ||||
|     }; | ||||
|   } | ||||
| 
 | ||||
|  | ||||
| @ -274,6 +274,7 @@ export interface IBackendInfo { | ||||
|   hostname: string; | ||||
|   gitCommit: string; | ||||
|   version: string; | ||||
|   lightning: boolean; | ||||
| } | ||||
| 
 | ||||
| export interface IDifficultyAdjustment { | ||||
| @ -337,4 +338,4 @@ export interface IOldestNodes { | ||||
|   updatedAt?: number, | ||||
|   city?: any, | ||||
|   country?: any, | ||||
| } | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user