We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 064115c commit 06c2632Copy full SHA for 06c2632
beacon_node/beacon_chain/src/schema_change/migration_schema_v24.rs
@@ -398,7 +398,7 @@ pub fn upgrade_to_v24<T: BeaconChainTypes>(
398
diff_base_state,
399
};
400
let op = new_summary.as_kv_store_op(state_root);
401
- // It's not ncessary to immediately commit the summaries of states that are
+ // It's not necessary to immediately commit the summaries of states that are
402
// ReplayFrom. However we do so for simplicity.
403
db.hot_db.do_atomically(vec![op])?;
404
}
0 commit comments