mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-12 08:48:32 -05:00
Remove redundant comment in DeferredTrieData implementation to streamline code clarity.
This commit is contained in:
@@ -91,7 +91,6 @@ impl DeferredTrieData {
|
||||
if matches!(&*state, DeferredState::Pending(_)) {
|
||||
*state = DeferredState::Ready(bundle);
|
||||
}
|
||||
// Already Ready - ignore (first-write-wins)
|
||||
}
|
||||
|
||||
/// Returns trie data, computing synchronously if the async task hasn't completed.
|
||||
|
||||
Reference in New Issue
Block a user