mirror of
https://github.com/placeholder-soft/web.git
synced 2026-01-12 17:02:57 +08:00
typo fix useWriteContractsWithLogs.ts (#1528)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user