Skip to content

Commit 3e68692

Browse files
committed
fix
1 parent 0b5d535 commit 3e68692

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/storage/store_db/rocksdb.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,7 @@ impl Store {
690690
.clone();
691691
let Some(root) = trie.get_commitable(parent_state_root, COMMIT_THRESHOLD) else {
692692
// Nothing to commit to disk, move on.
693+
notify.send(Ok(())).map_err(|_| StoreError::LockError)?;
693694
return Ok(());
694695
};
695696
// Stop the flat-key-value generator thread, as the underlying trie is about to change.

0 commit comments

Comments
 (0)