Skip to content

Commit

Permalink
another comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pompon0 committed Oct 9, 2024
1 parent 6d3890b commit 2fc4dca
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
24 changes: 12 additions & 12 deletions node/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion node/libs/storage/src/block_store/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ pub trait PersistentBlockStore: 'static + fmt::Debug + Send + Sync {
/// Range of blocks persisted in storage.
fn persisted(&self) -> sync::watch::Receiver<BlockStoreState>;

/// Verifies the external justification of the pre-genesis block.
/// Verifies a pre-genesis block.
/// It may interpret `block.justification`
/// and/or consult external source of truth.
async fn verify_pregenesis_block(
&self,
ctx: &ctx::Ctx,
Expand Down

0 comments on commit 2fc4dca

Please sign in to comment.