gakonst / ethers-rs

Complete Ethereum & Celo library and wallet implementation in Rust. https://docs.rs/ethers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

4844 rlp encoding not working

ZanCorDX opened this issue · comments

https://github.com/gakonst/ethers-rs/blob/master/ethers-core/src/types/transaction/response.rs (checked at 73e5de2)
line 159 (Transaction::rlp()):
match self.transaction_type {
has missing the new tx type branch (3) and fallback on
// Legacy (0x00)
_ => {