mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 09:34:24 +01:00
topogoly: Reduce log noise
Signed-off-by: Christian Decker <decker.christian@gmail.com>
This commit is contained in:
@@ -388,12 +388,7 @@ static void process_chaintips(struct bitcoin_cli *bcli)
|
||||
}
|
||||
|
||||
if (!json_tok_streq(bcli->output, status, "active")) {
|
||||
log_debug(bcli->bitcoind->log,
|
||||
"Ignoring chaintip %.*s status %.*s",
|
||||
hash->end - hash->start,
|
||||
bcli->output + hash->start,
|
||||
status->end - status->start,
|
||||
bcli->output + status->start);
|
||||
/* Ignoring this chaintip since it's not active */
|
||||
continue;
|
||||
}
|
||||
if (valid) {
|
||||
|
||||
Reference in New Issue
Block a user