Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -308,11 +308,6 @@ const getPreTransactionError = ({
message: (err as BaseError).shortMessage,
type: 'unknown' as const,
}
// TODO: Remove this when the following issue is fixed: https://github.com/paradigmxyz/reth/issues/15762
// Cause reth throws an error on eth_createAccessList when `sender is not an EOA`
if (error.message === 'Transaction creation failed.') {
return null
}
return error
})
}
Expand Down