Remove legacy child-pool merge mining layer
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 36s

This commit is contained in:
Codex Bot
2026-03-21 19:06:14 +01:00
parent 141e91909a
commit e20b6433ba
17 changed files with 108 additions and 1069 deletions

View File

@@ -75,7 +75,7 @@ global.log = function (severity, system, text, data) {
if (logConsole) {
if (config.logging.console.colors)
if (system === 'daemon' || system === 'childDaemon') {
if (system === 'daemon') {
console.log(severityMap[severity](time) + clc.green.bold(' [' + system + '] ' + formattedMessage));
}
else {