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 f0b0d89 commit e7192f4Copy full SHA for e7192f4
1 file changed
crates/engine/tree/src/tree/txpool_prewarm/cache.rs
@@ -54,7 +54,7 @@ impl Cache {
54
)
55
}
56
57
- pub(super) fn parent_hash(&self) -> Option<B256> {
+ pub(super) const fn parent_hash(&self) -> Option<B256> {
58
self.parent_hash
59
60
0 commit comments