mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore: add header and body generics to SealedBlockWithSenders (#12717)
This commit is contained in:
@ -551,7 +551,7 @@ mod tests {
|
||||
#[test]
|
||||
fn receipts_by_block_hash() {
|
||||
// Create a default SealedBlockWithSenders object
|
||||
let block = SealedBlockWithSenders::default();
|
||||
let block: SealedBlockWithSenders = Default::default();
|
||||
|
||||
// Define block hashes for block1 and block2
|
||||
let block1_hash = B256::new([0x01; 32]);
|
||||
|
||||
Reference in New Issue
Block a user