Skip to content

Commit

Permalink
typo fix useWriteContractsWithLogs.ts (#1528)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hack666r authored Jan 15, 2025
1 parent a24d2e6 commit bf34508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/hooks/useWriteContractsWithLogs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default function useWriteContractsWithLogs({
return;
}

// Onchain TransactionReceipt Successfull with logs
// Onchain TransactionReceipt Successful with logs
if (transactionReceipt?.status === 'success' && sendCallsResult?.receipts?.length) {
const logs = transactionReceipt.logs;
const decodedUserOperationEventLog = logs
Expand Down

0 comments on commit bf34508

Please sign in to comment.