mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove prune_modes from BlockWriter (#9231)
This commit is contained in:
@ -102,7 +102,6 @@ impl Case for BlockchainTestCase {
|
||||
)
|
||||
.try_seal_with_senders()
|
||||
.unwrap(),
|
||||
None,
|
||||
)?;
|
||||
case.pre.write_to_db(provider.tx_ref())?;
|
||||
|
||||
@ -121,7 +120,6 @@ impl Case for BlockchainTestCase {
|
||||
let decoded = SealedBlock::decode(&mut block.rlp.as_ref())?;
|
||||
provider.insert_historical_block(
|
||||
decoded.clone().try_seal_with_senders().unwrap(),
|
||||
None,
|
||||
)?;
|
||||
Ok::<Option<SealedBlock>, Error>(Some(decoded))
|
||||
})?;
|
||||
|
||||
Reference in New Issue
Block a user