mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: improve state writing functions for db provider (#12885)
This commit is contained in:
@ -411,7 +411,7 @@ where
|
||||
// Unwind account and storage changesets, as well as receipts.
|
||||
//
|
||||
// This also updates `PlainStorageState` and `PlainAccountState`.
|
||||
let bundle_state_with_receipts = provider.take_state(range.clone())?;
|
||||
let bundle_state_with_receipts = provider.take_state_above(unwind_to)?;
|
||||
|
||||
// Prepare the input for post unwind commit hook, where an `ExExNotification` will be sent.
|
||||
if self.exex_manager_handle.has_exexs() {
|
||||
|
||||
Reference in New Issue
Block a user