We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d84966 + 9b3a145 commit c22a1a9Copy full SHA for c22a1a9
1 file changed
src/components/@molecules/TransactionDialogManager/stage/TransactionStageModal.tsx
@@ -308,11 +308,6 @@ const getPreTransactionError = ({
308
message: (err as BaseError).shortMessage,
309
type: 'unknown' as const,
310
}
311
- // TODO: Remove this when the following issue is fixed: https://github.com/paradigmxyz/reth/issues/15762
312
- // Cause reth throws an error on eth_createAccessList when `sender is not an EOA`
313
- if (error.message === 'Transaction creation failed.') {
314
- return null
315
- }
316
return error
317
})
318
0 commit comments