mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: unify ReceiptWithBloom from Alloy (#13088)
Co-authored-by: Arsenii Kulikov <klkvrr@gmail.com>
This commit is contained in:
committed by
GitHub
parent
55f931d0b9
commit
cd13bd91cd
@ -217,7 +217,7 @@ pub fn build_block<T: TransactionCompat<Error: FromEthApiError>>(
|
||||
logs: call.logs.iter().map(|log| &log.inner).cloned().collect(),
|
||||
..Default::default()
|
||||
}
|
||||
.into(),
|
||||
.with_bloom(),
|
||||
);
|
||||
|
||||
calls.push(call);
|
||||
|
||||
Reference in New Issue
Block a user