mirror of
https://github.com/mempool/mempool.git
synced 2025-01-19 05:34:03 +01:00
don't throw when BlocksAuditRepositories.$saveAudit fails
This commit is contained in:
parent
f95c16a78e
commit
fd30bff9c6
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user