From c0782db803474e8b12f2174e0de0a1d0dc30dc45 Mon Sep 17 00:00:00 2001 From: Sherif Abdelmoatty Date: Sun, 22 Dec 2024 15:41:44 +0300 Subject: [PATCH] remove todo as it is handled by overrides --- src/account/Safe/SafeAccount.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/account/Safe/SafeAccount.ts b/src/account/Safe/SafeAccount.ts index 2873bc4..4f26360 100644 --- a/src/account/Safe/SafeAccount.ts +++ b/src/account/Safe/SafeAccount.ts @@ -1378,7 +1378,6 @@ export class SafeAccount extends SmartAccount { throw RangeError("nonce can't be negative"); } else if (nonce > 0n) { - //todo: handle the condition if factory is predeployed factoryAddress = null; factoryData = null; }