primev/mev-commit

Allow Txn Hashes with 0x Prefix

ckartik opened this issue · 0 comments

Currently our bid validation disallows adding 0x to the transaction hashes. For improved UX, we can allow this over our API, and simply strip it during input validation process. Internally, the transaction hashes will remain in hex encoding.