Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shahafn committed Dec 18, 2024
1 parent 318cf6b commit 4452322
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/validation-manager/src/TracerResultParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -422,9 +422,6 @@ function processEntityCall (entityCall: TopLevelCallInfo, entityAddress: string,

// the only contract we allow to access before its deployment is the "sender" itself, which gets created.
let illegalZeroCodeAccess: any
if (userOp.factory?.toLowerCase() === entityAddress.toLowerCase()) {
console.log('wtf contract size', entityCall.contractSize)
}
for (const addr of Object.keys(entityCall.contractSize)) {
// [OP-042]
if (addr !== userOp.sender.toLowerCase() && addr.toLowerCase() !== entryPointAddress.toLowerCase() && entityCall.contractSize[addr].contractSize <= 2) {
Expand Down

0 comments on commit 4452322

Please sign in to comment.