Skip to content

Commit

Permalink
fix flags comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanYuan committed Oct 11, 2024
1 parent 8de163a commit fbb78bf
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 fbb78bf

Please sign in to comment.