mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
fix: eth_getRawReceipts (#7101)
This commit is contained in:
@@ -685,11 +685,7 @@ where
|
||||
.to_rpc_result()?
|
||||
.unwrap_or_default()
|
||||
.into_iter()
|
||||
.map(|receipt| {
|
||||
let mut buf = Vec::new();
|
||||
receipt.with_bloom().encode(&mut buf);
|
||||
Bytes::from(buf)
|
||||
})
|
||||
.map(|receipt| receipt.with_bloom().envelope_encoded())
|
||||
.collect())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user