Skip to content

Commit

Permalink
Update decodeCallData.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
BlobMaster41 committed Jan 6, 2025
1 parent b554216 commit 8c253ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ui/pages/OpNet/decoded/decodeCallData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ export function decodeCallData(calldata: string): Decoded | null {
// Skip selector
reader.setOffset(4);

console.log('selector', selector);

// Switch: OP_20 + NativeSwap
switch (selector) {
// OP_20
Expand Down

0 comments on commit 8c253ac

Please sign in to comment.