Skip to content

Commit

Permalink
Revert "chore: revert space"
Browse files Browse the repository at this point in the history
This reverts commit 36ef734.
  • Loading branch information
kiriyaga committed Dec 23, 2024
1 parent 36ef734 commit ff3d41b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/app/src/composables/useTransactionData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export function decodeDataWithABI(
abi: AbiFragment[]
): TransactionData["method"] | undefined {
const contractInterface = new Interface(abi);

try {
const decodedData = contractInterface.parseTransaction({
data: transactionData.calldata,
Expand Down

0 comments on commit ff3d41b

Please sign in to comment.