Skip to content

Commit 6e5c01d

Browse files
Update beacon_node/store/src/state_cache.rs
Co-authored-by: Lion - dapplion <[email protected]>
1 parent a947442 commit 6e5c01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_node/store/src/state_cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pub struct StateCache<E: EthSpec> {
4646
pub enum PutStateOutcome {
4747
Finalized,
4848
Duplicate,
49-
// Includes deleted states as a result of this insertion
49+
/// Includes deleted states as a result of this insertion
5050
New(Vec<Hash256>),
5151
}
5252

0 commit comments

Comments
 (0)