Skip to content

Commit

Permalink
fixed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipHarald committed Nov 20, 2024
1 parent a7c66ba commit 9348262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/utils/scaffold-eth/decodeTxData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ export const decodeTransactionData = (tx: TransactionWithFunction) => {
foundInterface = true;
break;
} catch (e) {
// NOTE: do nothing
// do nothing
}
}
if (!foundInterface) {
tx.functionName = "Unknown ABI";
tx.functionName = "⚠️ Unknown";
}
}
return tx;
Expand Down

0 comments on commit 9348262

Please sign in to comment.