flashbots / ethers-provider-flashbots-bundle

Flashbots provider for ethers.js
549 stars 215 forks source link

Feature request: automatically add `0x` in front of transaction #38

Open gregpr07 opened 3 years ago

gregpr07 commented 3 years ago

The transaction can't be decoded if there is 0x missing in front of the transaction - kind of inconsistent in Ethereum from my experience (we had this problem). Maybe add an automatic check for adding 0x if it is missing? Or just write it in Readme.