mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Fix: successful execution of 'reth stage --commit' did not write results to the database (#4027)
This commit is contained in:
@ -265,6 +265,10 @@ impl Command {
|
||||
}
|
||||
}
|
||||
|
||||
if self.commit {
|
||||
provider_rw.commit()?;
|
||||
}
|
||||
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user