Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pcowgill committed Apr 18, 2024
1 parent c36e6cf commit 7673547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformers/_common/accountAbstraction/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export const unpackERC4337Transactions = (
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const { hash: _hash, receipt, traces, ...rest } = transaction;

if (!transaction.logs) {
if (!receipt.logs) {
return [];
}

Expand Down

0 comments on commit 7673547

Please sign in to comment.