Skip to content

Commit

Permalink
Merge pull request #23 from EthanYuan/fix-doc
Browse files Browse the repository at this point in the history
fix: `flags` comment.
  • Loading branch information
jjyr authored Oct 11, 2024
2 parents 8de163a + fbb78bf commit 1ccd114
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions verifier/src/types/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,14 @@ pub struct SpvTypeArgs {
///
/// N.B. Exclude the SPV info cell.
pub clients_count: u8,
/// Bit flags to control features.
/// Bit flags to control SPV client features and chain identification.
///
/// From high to low:
/// - Set 0-th bit to true, to disable difficulty checks.
/// - Other bits are reserved.
/// - The two highest bits are reserved for chain type identification:
/// - 0b00 for mainnet
/// - 0b10 for testnet
/// - 0b01 for signet
/// - Other bits are reserved for future use.
pub flags: u8,
}

Expand Down

0 comments on commit 1ccd114

Please sign in to comment.