Skip to content

Commit

Permalink
Runtime: fix chain_id comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arajasek committed Feb 10, 2023
1 parent 9d53bc2 commit 30b4103
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/src/runtime/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ pub trait Runtime: Primitives + Verifier + RuntimePolicy {
/// The genesis block has epoch zero.
fn curr_epoch(&self) -> ChainEpoch;

/// The ID for the EVM-based chain, as defined in https://github.com/ethereum-lists/chains.
/// The ID for this chain.
/// Filecoin chain IDs are usually in the Ethereum namespace, see: https://github.com/ethereum-lists/chains.
fn chain_id(&self) -> ChainID;

/// Validates the caller against some predicate.
Expand Down

0 comments on commit 30b4103

Please sign in to comment.