Add lightning to logger

This commit is contained in:
softsimon 2022-07-11 18:02:54 +02:00
parent 495cd26219
commit ca86364c35
No known key found for this signature in database
GPG key ID: 488D7DCFB5A430D7

View file

@ -73,6 +73,9 @@ class Logger {
}
private getNetwork(): string {
if (config.LIGHTNING.ENABLED) {
return 'lightning';
}
if (config.BISQ.ENABLED) {
return 'bisq';
}