mirror of
https://github.com/tornadocash/tornado-pool-relayer
synced 2024-02-02 15:04:09 +01:00
remove error log from handleError()
This commit is contained in:
parent
d406106f49
commit
92c1595217
@ -160,7 +160,6 @@ export class TransactionProcessor extends BaseProcessor<Transaction> {
|
||||
throw new Error(`Revert by smart contract: ${contractError}`);
|
||||
}
|
||||
const serviceError = Object.values(SERVICE_ERRORS).find((knownError) => message.includes(knownError));
|
||||
this.redisStoreService.addErrorToSet(message);
|
||||
if (serviceError) {
|
||||
throw new Error(`Relayer internal error: ${serviceError}`);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user