We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b5d535 commit 3e68692Copy full SHA for 3e68692
crates/storage/store_db/rocksdb.rs
@@ -690,6 +690,7 @@ impl Store {
690
.clone();
691
let Some(root) = trie.get_commitable(parent_state_root, COMMIT_THRESHOLD) else {
692
// Nothing to commit to disk, move on.
693
+ notify.send(Ok(())).map_err(|_| StoreError::LockError)?;
694
return Ok(());
695
};
696
// Stop the flat-key-value generator thread, as the underlying trie is about to change.
0 commit comments