mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 06:21:46 +01:00
Update <lightning> log tag to show the network if non mainnet
This commit is contained in:
parent
f19978345e
commit
a65d54c549
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ class Logger {
|
|||
|
||||
private getNetwork(): string {
|
||||
if (config.LIGHTNING.ENABLED) {
|
||||
return 'lightning';
|
||||
return config.MEMPOOL.NETWORK === 'mainnet' ? 'lightning' : `${config.MEMPOOL.NETWORK}-lightning`;
|
||||
}
|
||||
if (config.BISQ.ENABLED) {
|
||||
return 'bisq';
|
||||
|
|
Loading…
Add table
Reference in a new issue