Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit ed68c0b

Browse files
authored
epoch_stakes_reation -> epoch_stakes_creation in Bank::_new_from_parent (#25660)
1 parent eeec3fb commit ed68c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/bank.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1759,7 +1759,7 @@ impl Bank {
17591759
);
17601760

17611761
let (epoch_stakes, epoch_stakes_time) =
1762-
Measure::this(|_| parent.epoch_stakes.clone(), (), "epoch_stakes_reation");
1762+
Measure::this(|_| parent.epoch_stakes.clone(), (), "epoch_stakes_creation");
17631763

17641764
let (builtin_programs, builtin_programs_time) = Measure::this(
17651765
|_| parent.builtin_programs.clone(),

0 commit comments

Comments
 (0)