From 2eb5934822dafc09974244d904b79cdf9a19aafa Mon Sep 17 00:00:00 2001 From: mous <97399882+mouseless-eth@users.noreply.github.com> Date: Thu, 10 Oct 2024 13:25:42 +0100 Subject: [PATCH] check if e.details exists before callign toLowerCase() (#321) * check if e.details exists before callign toLowerCase() * nit --- src/executor/executor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/executor/executor.ts b/src/executor/executor.ts index 13faf9b9..fb0634ea 100644 --- a/src/executor/executor.ts +++ b/src/executor/executor.ts @@ -730,7 +730,7 @@ export class Executor { if ( e?.details - .toLowerCase() + ?.toLowerCase() .includes("replacement transaction underpriced") ) { childLogger.error(