Open stevencartavia opened 2 days ago
I used the pub fn new(block: Block, senders: Vec<Address>) -> Option<Self> {
from impl BlockWithSenders
. Since the block from struct SealedBlockWithSenders
is sealed and that would change everything I think
should close #12654