Skip to content

Commit

Permalink
remove todo as it is handled by overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifahmed990 committed Dec 22, 2024
1 parent 54ccfe5 commit c0782db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/account/Safe/SafeAccount.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit c0782db

Please sign in to comment.