mirror of
https://github.com/mempool/mempool.git
synced 2025-09-21 19:31:39 +02:00
don't throw when BlocksAuditRepositories.$saveAudit fails
This commit is contained in:
@@ -14,7 +14,6 @@ class BlocksAuditRepositories {
|
||||
logger.debug(`Cannot save block audit for block ${audit.hash} because it has already been indexed, ignoring`);
|
||||
} else {
|
||||
logger.err(`Cannot save block audit into db. Reason: ` + (e instanceof Error ? e.message : e));
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user