mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore!: make senders fields private (#13752)
This commit is contained in:
@@ -426,6 +426,6 @@ pub trait LoadPendingBlock:
|
||||
results,
|
||||
);
|
||||
|
||||
Ok((SealedBlockWithSenders { block: block.seal_slow(), senders }, receipts))
|
||||
Ok((SealedBlockWithSenders::new_unchecked(block.seal_slow(), senders), receipts))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user