Skip to content

Commit c22a1a9

Browse files
authored
Merge branch 'main' into para-rainbowkit-version-bump
2 parents 4d84966 + 9b3a145 commit c22a1a9

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/components/@molecules/TransactionDialogManager/stage/TransactionStageModal.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -308,11 +308,6 @@ const getPreTransactionError = ({
308308
message: (err as BaseError).shortMessage,
309309
type: 'unknown' as const,
310310
}
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-
}
316311
return error
317312
})
318313
}

0 commit comments

Comments
 (0)